Html Css Color HEX #BB02DB Deep Magenta

📋 copy color: '#BB02DB'

red 187 ◦ green 2 ◦ blue 219

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

Shades of Deep Magenta #BB02DB

Tints of Deep Magenta #BB02DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.68%

R = 45.83%
G = 0.49%
B = 53.68%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB02DB (or 0xBB02DB) is known color: Deep Magenta. HEX triplet: BB, 02 and DB. RGB value is (187,2,219). Sum of RGB (Red+Green+Blue) = 187+2+219=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 2 (1.17% from 255 or 0.49% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB02DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB02DB is #44FD24. Grayscale: #515151. Windows color (decimal): -4521253 or 14353083. OLE color: 14353083.

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

Color convert

RGB 187 2 219 -
CMYK 0.15 0.99 0 0.14
HSL 291.15º 0.98% 0.43% -
HSV(B) 291.15º 0.99% 0.86% -
XYZ 33.3 15.72 68.3 -
YUV 82.05 205.29 202.86 -
System Red Green Blue C M Y K H S L
Decimal 187 2 219 0.15 0.99 0 0.14 291.15 0.98 0.43
Hex BB 2 DB F 63 0 E 123 62 2B
Octal 273 2 333 17 143 0 16 443 142 53
Binary 10111011 10 11011011 1111 1100011 0 1110 100100011 1100010 101011

Color Harmonies of #BB02DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB02DB

Black with #BB02DB

Text Example


Text Example

White with #BB02DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB02DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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