#BB0BBD

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

Shades of Deep Magenta #BB0BBD

Tints of Deep Magenta #BB0BBD

Color information

#BB0BBD (or 0xBB0BBD) is unknown color: approx Deep Magenta. HEX triplet: BB, 0B and BD. RGB value is (187,11,189). Sum of RGB (Red+Green+Blue) = 187+11+189=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 11 (4.69% from 255 or 2.84% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB0BBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0BBD is #44F442. Grayscale: #535353. Windows color (decimal): -4518979 or 12389307. OLE color: 12389307.

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

Color convert

RGB18711189-
CMYK0.010.9400.26
HSL299.33º89%39.22%-
HSV(B)299.33º94.18%74.12%-
XYZ29.814.4849.37-
YUV83.92187.31201.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.32%
GREEN value IS 11 (4.69% from 255) = 2.84%
BLUE value IS 189 (74.22% from 255) = 48.84%
R=48.32%
G=2.84%
B=48.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal187111890.010.9400.26299.338939.22
HexBBBBD15E01A12b5927
Octal27313275113603245313147
Binary10111011101110111101110111100110101001010111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0BBD; }

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

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

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

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

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

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

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

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