Html Css Color HEX #BB08DD Deep Magenta

📋 copy color: '#BB08DD'

red 187 ◦ green 8 ◦ blue 221

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

Shades of Deep Magenta #BB08DD

Tints of Deep Magenta #BB08DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.13%

R = 44.95%
G = 1.92%
B = 53.13%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB08DD (or 0xBB08DD) is known color: Deep Magenta. HEX triplet: BB, 08 and DD. RGB value is (187,8,221). Sum of RGB (Red+Green+Blue) = 187+8+221=416 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.95% from 416); Green value is 8 (3.52% from 255 or 1.92% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB08DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB08DD is #44F722. Grayscale: #555555. Windows color (decimal): -4519715 or 14485691. OLE color: 14485691.

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

Color convert

RGB 187 8 221 -
CMYK 0.15 0.96 0 0.13
HSL 290.42º 0.93% 0.45% -
HSV(B) 290.42º 0.96% 0.87% -
XYZ 33.63 15.96 69.71 -
YUV 85.8 204.3 200.18 -
System Red Green Blue C M Y K H S L
Decimal 187 8 221 0.15 0.96 0 0.13 290.42 0.93 0.45
Hex BB 8 DD F 60 0 D 122 5D 2D
Octal 273 10 335 17 140 0 15 442 135 55
Binary 10111011 1000 11011101 1111 1100000 0 1101 100100010 1011101 101101

Color Harmonies of #BB08DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB08DD

Black with #BB08DD

Text Example


Text Example

White with #BB08DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB08DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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