#B10EBE

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

Shades of Deep Magenta #B10EBE

Tints of Deep Magenta #B10EBE

Color information

#B10EBE (or 0xB10EBE) is unknown color: approx Deep Magenta. HEX triplet: B1, 0E and BE. RGB value is (177,14,190). Sum of RGB (Red+Green+Blue) = 177+14+190=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 14 (5.86% from 255 or 3.67% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #B10EBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10EBE is #4EF141. Grayscale: #525252. Windows color (decimal): -5173570 or 12455601. OLE color: 12455601.

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

Color convert

RGB17714190-
CMYK0.070.9300.25
HSL295.57º86.27%40%-
HSV(B)295.57º92.63%74.51%-
XYZ27.5813.3849.84-
YUV82.8188.5195.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.46%
GREEN value IS 14 (5.86% from 255) = 3.67%
BLUE value IS 190 (74.61% from 255) = 49.87%
R=46.46%
G=3.67%
B=49.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal177141900.070.9300.25295.5786.2740
HexB1EBE75D0191285628
Octal26116276713503145012650
Binary1011000111101011111011110111010110011001010001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10EBE; }

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

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

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

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

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

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

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

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