#BB08BD

Color #BB08BD Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #BB08BD

Tints of Deep Magenta #BB08BD

Color information

#BB08BD (or 0xBB08BD) is unknown color: approx Deep Magenta. HEX triplet: BB, 08 and BD. RGB value is (187,8,189). Sum of RGB (Red+Green+Blue) = 187+8+189=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 8 (3.52% from 255 or 2.08% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB08BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB08BD is #44F742. Grayscale: #515151. Windows color (decimal): -4519747 or 12388539. OLE color: 12388539.

HSL color Cylindrical-coordinate representation of color #BB08BD: hue angle of 299.34º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB08BD is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1878189-
CMYK0.010.9600.26
HSL299.34º91.88%38.63%-
HSV(B)299.34º95.77%74.12%-
XYZ29.7714.4149.36-
YUV82.16188.3202.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.70%
GREEN value IS 8 (3.52% from 255) = 2.08%
BLUE value IS 189 (74.22% from 255) = 49.22%
R=48.70%
G=2.08%
B=49.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18781890.010.9600.26299.3491.8838.63
HexBB8BD16001A12b5c27
Octal27310275114003245313447
Binary10111011100010111101111000000110101001010111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB08BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB08BD; }

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

 H1.HeaderClassName
 {
   color: #BB08BD;
 }
 .AnyTagClassName
 {
   color: #BB08BD;
 }
</style>
background-color css

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

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

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

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

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

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