#B10EBC

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

Shades of Deep Magenta #B10EBC

Tints of Deep Magenta #B10EBC

Color information

#B10EBC (or 0xB10EBC) is unknown color: approx Deep Magenta. HEX triplet: B1, 0E and BC. RGB value is (177,14,188). Sum of RGB (Red+Green+Blue) = 177+14+188=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 14 (5.86% from 255 or 3.69% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #B10EBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10EBC is #4EF143. Grayscale: #525252. Windows color (decimal): -5173572 or 12324529. OLE color: 12324529.

HSL color Cylindrical-coordinate representation of color #B10EBC: hue angle of 296.21º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10EBC is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17714188-
CMYK0.060.9300.26
HSL296.21º86.14%39.61%-
HSV(B)296.21º92.55%73.73%-
XYZ27.3713.2948.7-
YUV82.57187.5195.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.70%
GREEN value IS 14 (5.86% from 255) = 3.69%
BLUE value IS 188 (73.83% from 255) = 49.60%
R=46.70%
G=3.69%
B=49.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal177141880.060.9300.26296.2186.1439.61
HexB1EBC65D01A1285628
Octal26116274613503245012650
Binary1011000111101011110011010111010110101001010001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10EBC; }

 p { color: rgb(177,14,188); }

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

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

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

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

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

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

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