#B213AC

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

Shades of Deep Magenta #B213AC

Tints of Deep Magenta #B213AC

Color information

#B213AC (or 0xB213AC) is unknown color: approx Deep Magenta. HEX triplet: B2, 13 and AC. RGB value is (178,19,172). Sum of RGB (Red+Green+Blue) = 178+19+172=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 19 (7.81% from 255 or 5.15% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 178 - color contains mainly: red. Hex color #B213AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B213AC is #4DEC53. Grayscale: #535353. Windows color (decimal): -5106772 or 11277234. OLE color: 11277234.

HSL color Cylindrical-coordinate representation of color #B213AC: hue angle of 302.26º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B213AC is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB17819172-
CMYK00.890.030.30
HSL302.26º80.71%38.63%-
HSV(B)302.26º89.33%69.8%-
XYZ26.0412.9140.15-
YUV83.98177.68195.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.24%
GREEN value IS 19 (7.81% from 255) = 5.15%
BLUE value IS 172 (67.58% from 255) = 46.61%
R=48.24%
G=5.15%
B=46.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781917200.890.030.30302.2680.7138.63
HexB213AC05931E12e5127
Octal26223254013133645612147
Binary1011001010011101011000101100111111101001011101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B213AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B213AC; }

 p { color: rgb(178,19,172); }

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

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

 a { background-color: rgb(178,19,172); }

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

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

 span { border-color: rgb(178,19,172); }

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