#BB0EBB

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

Shades of Deep Magenta #BB0EBB

Tints of Deep Magenta #BB0EBB

Color information

#BB0EBB (or 0xBB0EBB) is unknown color: approx Deep Magenta. HEX triplet: BB, 0E and BB. RGB value is (187,14,187). Sum of RGB (Red+Green+Blue) = 187+14+187=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 14 (5.86% from 255 or 3.61% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB0EBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0EBB is #44F144. Grayscale: #545454. Windows color (decimal): -4518213 or 12259003. OLE color: 12259003.

HSL color Cylindrical-coordinate representation of color #BB0EBB: hue angle of 300º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB0EBB is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18714187-
CMYK00.9300.27
HSL300º86.07%39.41%-
HSV(B)300º92.51%73.33%-
XYZ29.6214.4748.24-
YUV85.45185.31200.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.20%
GREEN value IS 14 (5.86% from 255) = 3.61%
BLUE value IS 187 (73.44% from 255) = 48.20%
R=48.20%
G=3.61%
B=48.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871418700.9300.2730086.0739.41
HexBBEBB05D01B12c5627
Octal27316273013503345412647
Binary10111011111010111011010111010110111001011001010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0EBB; }

 p { color: rgb(187,14,187); }

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

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

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

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

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

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

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