#BB06BD

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

Shades of Deep Magenta #BB06BD

Tints of Deep Magenta #BB06BD

Color information

#BB06BD (or 0xBB06BD) is unknown color: approx Deep Magenta. HEX triplet: BB, 06 and BD. RGB value is (187,6,189). Sum of RGB (Red+Green+Blue) = 187+6+189=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 6 (2.73% from 255 or 1.57% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB06BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB06BD is #44F942. Grayscale: #505050. Windows color (decimal): -4520259 or 12388027. OLE color: 12388027.

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

Color convert

RGB1876189-
CMYK0.010.9700.26
HSL299.34º93.85%38.24%-
HSV(B)299.34º96.83%74.12%-
XYZ29.7414.3749.35-
YUV80.98188.97203.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.95%
GREEN value IS 6 (2.73% from 255) = 1.57%
BLUE value IS 189 (74.22% from 255) = 49.48%
R=48.95%
G=1.57%
B=49.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18761890.010.9700.26299.3493.8538.24
HexBB6BD16101A12b5e26
Octal2736275114103245313646
Binary1011101111010111101111000010110101001010111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB06BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB06BD; }

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

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

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

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

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

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

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

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