#B00EB2

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

Shades of Deep Magenta #B00EB2

Tints of Deep Magenta #B00EB2

Color information

#B00EB2 (or 0xB00EB2) is unknown color: approx Deep Magenta. HEX triplet: B0, 0E and B2. RGB value is (176,14,178). Sum of RGB (Red+Green+Blue) = 176+14+178=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 14 (5.86% from 255 or 3.80% from 368); Blue value is 178 (69.92% from 255 or 48.37% from 368); Max value from RGB is 178 - color contains mainly: blue. Hex color #B00EB2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00EB2 is #4FF14D. Grayscale: #505050. Windows color (decimal): -5239118 or 11669168. OLE color: 11669168.

HSL color Cylindrical-coordinate representation of color #B00EB2: hue angle of 299.27º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B00EB2 is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17614178-
CMYK0.010.9200.30
HSL299.27º85.42%37.65%-
HSV(B)299.27º92.13%69.8%-
XYZ26.112.7643.21-
YUV81.13182.67195.66-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.83%
GREEN value IS 14 (5.86% from 255) = 3.80%
BLUE value IS 178 (69.92% from 255) = 48.37%
R=47.83%
G=3.80%
B=48.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal176141780.010.9200.30299.2785.4237.65
HexB0EB215C01E12b5526
Octal26016262113403645312546
Binary10110000111010110010110111000111101001010111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00EB2; }

 p { color: rgb(176,14,178); }

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

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

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

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

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

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

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