Html Css Color HEX #BD02CB Deep Magenta

📋 copy color: '#BD02CB'

red 189 ◦ green 2 ◦ blue 203

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

Shades of Deep Magenta #BD02CB

Tints of Deep Magenta #BD02CB

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.51%

 BLUE value IS 203 (79.69% from 255) = 51.52%

R = 47.97%
G = 0.51%
B = 51.52%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BD02CB (or 0xBD02CB) is known color: Deep Magenta. HEX triplet: BD, 02 and CB. RGB value is (189,2,203). Sum of RGB (Red+Green+Blue) = 189+2+203=394 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.97% from 394); Green value is 2 (1.17% from 255 or 0.51% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD02CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD02CB is #42FD34. Grayscale: #505050. Windows color (decimal): -4390197 or 13304509. OLE color: 13304509.

HSL color Cylindrical-coordinate representation of color #BD02CB: hue angle of 295.82º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD02CB is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 2 203 -
CMYK 0.07 0.99 0 0.20
HSL 295.82º 0.98% 0.4% -
HSV(B) 295.82º 0.99% 0.8% -
XYZ 31.79 15.17 57.75 -
YUV 80.83 196.95 205.16 -
System Red Green Blue C M Y K H S L
Decimal 189 2 203 0.07 0.99 0 0.20 295.82 0.98 0.4
Hex BD 2 CB 7 63 0 14 128 62 28
Octal 275 2 313 7 143 0 24 450 142 50
Binary 10111101 10 11001011 111 1100011 0 10100 100101000 1100010 101000

Color Harmonies of #BD02CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD02CB

Black with #BD02CB

Text Example


Text Example

White with #BD02CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD02CB; }

 p { color: rgb(189,2,203); }

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

background-color css

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

 a { background-color: rgb(189,2,203); }

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

border-color css

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

 span { border-color: rgb(189,2,203); }

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