#b611af

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

Shades of Deep Magenta #B611AF

Tints of Deep Magenta #B611AF

Color information

#B611AF (or 0xB611AF) is unknown color: approx Deep Magenta. HEX triplet: B6, 11 and AF. RGB value is (182,17,175). Sum of RGB (Red+Green+Blue) = 182+17+175=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 17 (7.03% from 255 or 4.55% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 182 - color contains mainly: red. Hex color #B611AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B611AF is #49EE50. Grayscale: #535353. Windows color (decimal): -4845137 or 11473334. OLE color: 11473334.

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

Color convert

RGB18217175-
CMYK00.910.040.29
HSL302.55º82.91%39.02%-
HSV(B)302.55º90.66%71.37%-
XYZ27.2313.4441.72-
YUV84.35179.16197.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.66%
GREEN value IS 17 (7.03% from 255) = 4.55%
BLUE value IS 175 (68.75% from 255) = 46.79%
R=48.66%
G=4.55%
B=46.79%

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
Decimal1821717500.910.040.29302.5582.9139.02
HexB611AF05B41D12f5327
Octal26621257013343545712347
Binary10110110100011010111101011011100111011001011111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b611af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b611af; }

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

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

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

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

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

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

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

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