Html Css Color HEX #BB02D9 Deep Magenta

📋 copy color: '#BB02D9'

red 187 ◦ green 2 ◦ blue 217

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

Shades of Deep Magenta #BB02D9

Tints of Deep Magenta #BB02D9

RGB

 RED value IS 187 (73.44% from 255) = 46.06%

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

 BLUE value IS 217 (85.16% from 255) = 53.45%

R = 46.06%
G = 0.49%
B = 53.45%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB02D9 (or 0xBB02D9) is known color: Deep Magenta. HEX triplet: BB, 02 and D9. RGB value is (187,2,217). Sum of RGB (Red+Green+Blue) = 187+2+217=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 2 (1.17% from 255 or 0.49% from 406); Blue value is 217 (85.16% from 255 or 53.45% from 406); Max value from RGB is 217 - color contains mainly: blue. Hex color #BB02D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB02D9 is #44FD26. Grayscale: #515151. Windows color (decimal): -4521255 or 14222011. OLE color: 14222011.

HSL color Cylindrical-coordinate representation of color #BB02D9: hue angle of 291.63º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB02D9 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 2 217 -
CMYK 0.14 0.99 0 0.15
HSL 291.63º 0.98% 0.43% -
HSV(B) 291.63º 0.99% 0.85% -
XYZ 33.04 15.62 66.92 -
YUV 81.83 204.29 203.02 -
System Red Green Blue C M Y K H S L
Decimal 187 2 217 0.14 0.99 0 0.15 291.63 0.98 0.43
Hex BB 2 D9 E 63 0 F 124 62 2B
Octal 273 2 331 16 143 0 17 444 142 53
Binary 10111011 10 11011001 1110 1100011 0 1111 100100100 1100010 101011

Color Harmonies of #BB02D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB02D9

Black with #BB02D9

Text Example


Text Example

White with #BB02D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB02D9; }

 p { color: rgb(187,2,217); }

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

background-color css

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

 a { background-color: rgb(187,2,217); }

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

border-color css

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

 span { border-color: rgb(187,2,217); }

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