#BB0EBA

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

Shades of Deep Magenta #BB0EBA

Tints of Deep Magenta #BB0EBA

Color information

#BB0EBA (or 0xBB0EBA) is unknown color: approx Deep Magenta. HEX triplet: BB, 0E and BA. RGB value is (187,14,186). Sum of RGB (Red+Green+Blue) = 187+14+186=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 14 (5.86% from 255 or 3.62% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0EBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0EBA is #44F145. Grayscale: #545454. Windows color (decimal): -4518214 or 12193467. OLE color: 12193467.

HSL color Cylindrical-coordinate representation of color #BB0EBA: hue angle of 300.35º 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 #BB0EBA is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB18714186-
CMYK00.930.010.27
HSL300.35º86.07%39.41%-
HSV(B)300.35º92.51%73.33%-
XYZ29.5114.4247.68-
YUV85.34184.81200.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.32%
GREEN value IS 14 (5.86% from 255) = 3.62%
BLUE value IS 186 (73.05% from 255) = 48.06%
R=48.32%
G=3.62%
B=48.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871418600.930.010.27300.3586.0739.41
HexBBEBA05D11B12c5627
Octal27316272013513345412647
Binary10111011111010111010010111011110111001011001010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0EBA; }

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

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

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

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

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

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

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

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