Html Css Color HEX #BB04DB Deep Magenta

📋 copy color: '#BB04DB'

red 187 ◦ green 4 ◦ blue 219

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

Shades of Deep Magenta #BB04DB

Tints of Deep Magenta #BB04DB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.98%

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

R = 45.61%
G = 0.98%
B = 53.41%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB04DB (or 0xBB04DB) is known color: Deep Magenta. HEX triplet: BB, 04 and DB. RGB value is (187,4,219). Sum of RGB (Red+Green+Blue) = 187+4+219=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 4 (1.95% from 255 or 0.98% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB04DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB04DB is #44FB24. Grayscale: #525252. Windows color (decimal): -4520741 or 14353595. OLE color: 14353595.

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

Color convert

RGB 187 4 219 -
CMYK 0.15 0.98 0 0.14
HSL 291.07º 0.96% 0.44% -
HSV(B) 291.07º 0.98% 0.86% -
XYZ 33.32 15.77 68.3 -
YUV 83.23 204.63 202.02 -
System Red Green Blue C M Y K H S L
Decimal 187 4 219 0.15 0.98 0 0.14 291.07 0.96 0.44
Hex BB 4 DB F 62 0 E 123 60 2C
Octal 273 4 333 17 142 0 16 443 140 54
Binary 10111011 100 11011011 1111 1100010 0 1110 100100011 1100000 101100

Color Harmonies of #BB04DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB04DB

Black with #BB04DB

Text Example


Text Example

White with #BB04DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB04DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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