Html Css Color HEX #BD01C5 Deep Magenta

📋 copy color: '#BD01C5'

red 189 ◦ green 1 ◦ blue 197

#BD01C5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #BD01C5

Tints of Deep Magenta #BD01C5

RGB

 RED value IS 189 (74.22% from 255) = 48.84%

 GREEN value IS 1 (0.78% from 255) = 0.26%

 BLUE value IS 197 (77.34% from 255) = 50.9%

R = 48.84%
G = 0.26%
B = 50.9%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BD01C5 (or 0xBD01C5) is known color: Deep Magenta. HEX triplet: BD, 01 and C5. RGB value is (189,1,197). Sum of RGB (Red+Green+Blue) = 189+1+197=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 1 (0.78% from 255 or 0.26% from 387); Blue value is 197 (77.34% from 255 or 50.90% from 387); Max value from RGB is 197 - color contains mainly: blue. Hex color #BD01C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD01C5 is #42FE3A. Grayscale: #4E4E4E. Windows color (decimal): -4390459 or 12911037. OLE color: 12911037.

HSL color Cylindrical-coordinate representation of color #BD01C5: hue angle of 297.55º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD01C5 is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 1 197 -
CMYK 0.04 0.99 0 0.23
HSL 297.55º 0.99% 0.39% -
HSV(B) 297.55º 0.99% 0.77% -
XYZ 31.08 14.87 54.06 -
YUV 79.56 194.28 206.06 -
System Red Green Blue C M Y K H S L
Decimal 189 1 197 0.04 0.99 0 0.23 297.55 0.99 0.39
Hex BD 1 C5 4 63 0 17 12A 63 27
Octal 275 1 305 4 143 0 27 452 143 47
Binary 10111101 1 11000101 100 1100011 0 10111 100101010 1100011 100111

Color Harmonies of #BD01C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD01C5

Black with #BD01C5

Text Example


Text Example

White with #BD01C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD01C5; }

 p { color: rgb(189,1,197); }

 H1.HeaderClassName
 {
   color: #BD01C5;
 }
 .AnyTagClassName
 {
   color: #BD01C5;
 }
</style>

background-color css

<style>
 a { background-color: #BD01C5; }

 a { background-color: rgb(189,1,197); }

 div.DivClassName
 {
   background-color: #BD01C5;
 }
 .BgClassName
 {
   background-color: #BD01C5;
 }
</style>

border-color css

<style>
 span { border-color: #BD01C5; }

 span { border-color: rgb(189,1,197); }

 td.TdClassName
 {
   border-color: #BD01C5;
 }
 .TagClassName
 {
   border-color: #BD01C5;
 }
</style>