#B213B0

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

Shades of Deep Magenta #B213B0

Tints of Deep Magenta #B213B0

Color information

#B213B0 (or 0xB213B0) is unknown color: approx Deep Magenta. HEX triplet: B2, 13 and B0. RGB value is (178,19,176). Sum of RGB (Red+Green+Blue) = 178+19+176=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 19 (7.81% from 255 or 5.09% from 373); Blue value is 176 (69.14% from 255 or 47.18% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B213B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B213B0 is #4DEC4F. Grayscale: #535353. Windows color (decimal): -5106768 or 11539378. OLE color: 11539378.

HSL color Cylindrical-coordinate representation of color #B213B0: hue angle of 300.75º 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 #B213B0 is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB17819176-
CMYK00.890.010.30
HSL300.75º80.71%38.63%-
HSV(B)300.75º89.33%69.8%-
XYZ26.4313.0742.2-
YUV84.44179.68194.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.72%
GREEN value IS 19 (7.81% from 255) = 5.09%
BLUE value IS 176 (69.14% from 255) = 47.18%
R=47.72%
G=5.09%
B=47.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781917600.890.010.30300.7580.7138.63
HexB213B005911E12d5127
Octal26223260013113645512147
Binary101100101001110110000010110011111101001011011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B213B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B213B0; }

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

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

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

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

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

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

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

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