#B610AF

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

Shades of Deep Magenta #B610AF

Tints of Deep Magenta #B610AF

Color information

#B610AF (or 0xB610AF) is unknown color: approx Deep Magenta. HEX triplet: B6, 10 and AF. RGB value is (182,16,175). Sum of RGB (Red+Green+Blue) = 182+16+175=373 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.79% from 373); Green value is 16 (6.64% from 255 or 4.29% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 182 - color contains mainly: red. Hex color #B610AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B610AF is #49EF50. Grayscale: #535353. Windows color (decimal): -4845393 or 11473078. OLE color: 11473078.

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

Color convert

RGB18216175-
CMYK00.910.040.29
HSL302.53º83.84%38.82%-
HSV(B)302.53º91.21%71.37%-
XYZ27.2113.4141.71-
YUV83.76179.5198.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.79%
GREEN value IS 16 (6.64% from 255) = 4.29%
BLUE value IS 175 (68.75% from 255) = 46.92%
R=48.79%
G=4.29%
B=46.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821617500.910.040.29302.5383.8438.82
HexB610AF05B41D12f5427
Octal26620257013343545712447
Binary10110110100001010111101011011100111011001011111010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B610AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B610AF; }

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

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

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

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

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

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

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

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