Html Css Color HEX #BB08DB Deep Magenta

📋 copy color: '#BB08DB'

red 187 ◦ green 8 ◦ blue 219

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

Shades of Deep Magenta #BB08DB

Tints of Deep Magenta #BB08DB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.93%

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

R = 45.17%
G = 1.93%
B = 52.9%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB08DB (or 0xBB08DB) is known color: Deep Magenta. HEX triplet: BB, 08 and DB. RGB value is (187,8,219). Sum of RGB (Red+Green+Blue) = 187+8+219=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 8 (3.52% from 255 or 1.93% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB08DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB08DB is #44F724. Grayscale: #545454. Windows color (decimal): -4519717 or 14354619. OLE color: 14354619.

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

Color convert

RGB 187 8 219 -
CMYK 0.15 0.96 0 0.14
HSL 290.9º 0.93% 0.45% -
HSV(B) 290.9º 0.96% 0.86% -
XYZ 33.37 15.85 68.32 -
YUV 85.58 203.3 200.34 -
System Red Green Blue C M Y K H S L
Decimal 187 8 219 0.15 0.96 0 0.14 290.9 0.93 0.45
Hex BB 8 DB F 60 0 E 123 5D 2D
Octal 273 10 333 17 140 0 16 443 135 55
Binary 10111011 1000 11011011 1111 1100000 0 1110 100100011 1011101 101101

Color Harmonies of #BB08DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB08DB

Black with #BB08DB

Text Example


Text Example

White with #BB08DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB08DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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