#BB08B4

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

Shades of Deep Magenta #BB08B4

Tints of Deep Magenta #BB08B4

Color information

#BB08B4 (or 0xBB08B4) is unknown color: approx Deep Magenta. HEX triplet: BB, 08 and B4. RGB value is (187,8,180). Sum of RGB (Red+Green+Blue) = 187+8+180=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 8 (3.52% from 255 or 2.13% from 375); Blue value is 180 (70.70% from 255 or 48% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB08B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB08B4 is #44F74B. Grayscale: #505050. Windows color (decimal): -4519756 or 11798715. OLE color: 11798715.

HSL color Cylindrical-coordinate representation of color #BB08B4: hue angle of 302.35º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB08B4 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB1878180-
CMYK00.960.040.27
HSL302.35º91.79%38.24%-
HSV(B)302.35º95.72%73.33%-
XYZ28.8214.0344.37-
YUV81.13183.8203.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.87%
GREEN value IS 8 (3.52% from 255) = 2.13%
BLUE value IS 180 (70.70% from 255) = 48%
R=49.87%
G=2.13%
B=48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187818000.960.040.27302.3591.7938.24
HexBB8B406041B12e5c26
Octal27310264014043345613446
Binary1011101110001011010001100000100110111001011101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB08B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB08B4; }

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

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

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

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

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

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

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

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