#BB06B5

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

Shades of Deep Magenta #BB06B5

Tints of Deep Magenta #BB06B5

Color information

#BB06B5 (or 0xBB06B5) is unknown color: approx Deep Magenta. HEX triplet: BB, 06 and B5. RGB value is (187,6,181). Sum of RGB (Red+Green+Blue) = 187+6+181=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 6 (2.73% from 255 or 1.60% from 374); Blue value is 181 (71.09% from 255 or 48.40% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB06B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB06B5 is #44F94A. Grayscale: #4F4F4F. Windows color (decimal): -4520267 or 11863739. OLE color: 11863739.

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

Color convert

RGB1876181-
CMYK00.970.030.27
HSL301.99º93.78%37.84%-
HSV(B)301.99º96.79%73.33%-
XYZ28.914.0344.9-
YUV80.07184.97204.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50%
GREEN value IS 6 (2.73% from 255) = 1.60%
BLUE value IS 181 (71.09% from 255) = 48.40%
R=50%
G=1.60%
B=48.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187618100.970.030.27301.9993.7837.84
HexBB6B506131B12e5e26
Octal2736265014133345613646
Binary10111011110101101010110000111110111001011101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB06B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB06B5; }

 p { color: rgb(187,6,181); }

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

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

 a { background-color: rgb(187,6,181); }

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

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

 span { border-color: rgb(187,6,181); }

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