#B010B6

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

Shades of Deep Magenta #B010B6

Tints of Deep Magenta #B010B6

Color information

#B010B6 (or 0xB010B6) is unknown color: approx Deep Magenta. HEX triplet: B0, 10 and B6. RGB value is (176,16,182). Sum of RGB (Red+Green+Blue) = 176+16+182=374 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.06% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 182 (71.48% from 255 or 48.66% from 374); Max value from RGB is 182 - color contains mainly: blue. Hex color #B010B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B010B6 is #4FEF49. Grayscale: #525252. Windows color (decimal): -5238602 or 11931824. OLE color: 11931824.

HSL color Cylindrical-coordinate representation of color #B010B6: hue angle of 297.83º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B010B6 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17616182-
CMYK0.030.9100.29
HSL297.83º83.84%38.82%-
HSV(B)297.83º91.21%71.37%-
XYZ26.5312.9845.36-
YUV82.76184.01194.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.06%
GREEN value IS 16 (6.64% from 255) = 4.28%
BLUE value IS 182 (71.48% from 255) = 48.66%
R=47.06%
G=4.28%
B=48.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal176161820.030.9100.29297.8383.8438.82
HexB010B635B01D12a5427
Octal26020266313303545212447
Binary1011000010000101101101110110110111011001010101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B010B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B010B6; }

 p { color: rgb(176,16,182); }

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

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

 a { background-color: rgb(176,16,182); }

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

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

 span { border-color: rgb(176,16,182); }

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