Html Css Color HEX #BB05DB Deep Magenta

📋 copy color: '#BB05DB'

red 187 ◦ green 5 ◦ blue 219

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

Shades of Deep Magenta #BB05DB

Tints of Deep Magenta #BB05DB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.22%

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

R = 45.5%
G = 1.22%
B = 53.28%

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

#BB05DB (or 0xBB05DB) is known color: Deep Magenta. HEX triplet: BB, 05 and DB. RGB value is (187,5,219). Sum of RGB (Red+Green+Blue) = 187+5+219=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 5 (2.34% from 255 or 1.22% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB05DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB05DB is #44FA24. Grayscale: #535353. Windows color (decimal): -4520485 or 14353851. OLE color: 14353851.

HSL color Cylindrical-coordinate representation of color #BB05DB: hue angle of 291.03º 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 #BB05DB is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 5 219 -
CMYK 0.15 0.98 0 0.14
HSL 291.03º 0.96% 0.44% -
HSV(B) 291.03º 0.98% 0.86% -
XYZ 33.33 15.79 68.31 -
YUV 83.81 204.3 201.6 -
System Red Green Blue C M Y K H S L
Decimal 187 5 219 0.15 0.98 0 0.14 291.03 0.96 0.44
Hex BB 5 DB F 62 0 E 123 60 2C
Octal 273 5 333 17 142 0 16 443 140 54
Binary 10111011 101 11011011 1111 1100010 0 1110 100100011 1100000 101100

Color Harmonies of #BB05DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB05DB

Black with #BB05DB

Text Example


Text Example

White with #BB05DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB05DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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