#B610AB

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

Shades of Deep Magenta #B610AB

Tints of Deep Magenta #B610AB

Color information

#B610AB (or 0xB610AB) is unknown color: approx Deep Magenta. HEX triplet: B6, 10 and AB. RGB value is (182,16,171). Sum of RGB (Red+Green+Blue) = 182+16+171=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 182 - color contains mainly: red. Hex color #B610AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B610AB is #49EF54. Grayscale: #525252. Windows color (decimal): -4845397 or 11210934. OLE color: 11210934.

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

Color convert

RGB18216171-
CMYK00.910.060.29
HSL303.98º83.84%38.82%-
HSV(B)303.98º91.21%71.37%-
XYZ26.8313.2639.67-
YUV83.3177.5198.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.32%
GREEN value IS 16 (6.64% from 255) = 4.34%
BLUE value IS 171 (67.19% from 255) = 46.34%
R=49.32%
G=4.34%
B=46.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821617100.910.060.29303.9883.8438.82
HexB610AB05B61D1305427
Octal26620253013363546012447
Binary10110110100001010101101011011110111011001100001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B610AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B610AB; }

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

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

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

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

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

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

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

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