#B610B0

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

Shades of Deep Magenta #B610B0

Tints of Deep Magenta #B610B0

Color information

#B610B0 (or 0xB610B0) is unknown color: approx Deep Magenta. HEX triplet: B6, 10 and B0. RGB value is (182,16,176). Sum of RGB (Red+Green+Blue) = 182+16+176=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 16 (6.64% from 255 or 4.28% from 374); Blue value is 176 (69.14% from 255 or 47.06% from 374); Max value from RGB is 182 - color contains mainly: red. Hex color #B610B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B610B0 is #49EF4F. Grayscale: #535353. Windows color (decimal): -4845392 or 11538614. OLE color: 11538614.

HSL color Cylindrical-coordinate representation of color #B610B0: hue angle of 302.17º 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 #B610B0 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB18216176-
CMYK00.910.030.29
HSL302.17º83.84%38.82%-
HSV(B)302.17º91.21%71.37%-
XYZ27.3113.4542.23-
YUV83.87180197.99-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821617600.910.030.29302.1783.8438.82
HexB610B005B31D12e5427
Octal26620260013333545612447
Binary1011011010000101100000101101111111011001011101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B610B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B610B0; }

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

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

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

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

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

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

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

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