#B610AD

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

Shades of Deep Magenta #B610AD

Tints of Deep Magenta #B610AD

Color information

#B610AD (or 0xB610AD) is unknown color: approx Deep Magenta. HEX triplet: B6, 10 and AD. RGB value is (182,16,173). Sum of RGB (Red+Green+Blue) = 182+16+173=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B610AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B610AD is #49EF52. Grayscale: #535353. Windows color (decimal): -4845395 or 11342006. OLE color: 11342006.

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

Color convert

RGB18216173-
CMYK00.910.050.29
HSL303.25º83.84%38.82%-
HSV(B)303.25º91.21%71.37%-
XYZ27.0213.3340.68-
YUV83.53178.5198.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.06%
GREEN value IS 16 (6.64% from 255) = 4.31%
BLUE value IS 173 (67.97% from 255) = 46.63%
R=49.06%
G=4.31%
B=46.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821617300.910.050.29303.2583.8438.82
HexB610AD05B51D12f5427
Octal26620255013353545712447
Binary10110110100001010110101011011101111011001011111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B610AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B610AD; }

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

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

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

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

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

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

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

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