#b213c6

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

Shades of Deep Magenta #B213C6

Tints of Deep Magenta #B213C6

Color information

#B213C6 (or 0xB213C6) is unknown color: approx Deep Magenta. HEX triplet: B2, 13 and C6. RGB value is (178,19,198). Sum of RGB (Red+Green+Blue) = 178+19+198=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 19 (7.81% from 255 or 4.81% from 395); Blue value is 198 (77.73% from 255 or 50.13% from 395); Max value from RGB is 198 - color contains mainly: blue. Hex color #B213C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B213C6 is #4DEC39. Grayscale: #565656. Windows color (decimal): -5106746 or 12981170. OLE color: 12981170.

HSL color Cylindrical-coordinate representation of color #B213C6: hue angle of 293.3º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B213C6 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17819198-
CMYK0.100.9000.22
HSL293.3º82.49%42.55%-
HSV(B)293.3º90.4%77.65%-
XYZ28.7914.0154.61-
YUV86.95190.68192.95-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.06%
GREEN value IS 19 (7.81% from 255) = 4.81%
BLUE value IS 198 (77.73% from 255) = 50.13%
R=45.06%
G=4.81%
B=50.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal178191980.100.9000.22293.382.4942.55
HexB213C6A5A016125522b
Octal262233061213202644512253
Binary101100101001111000110101010110100101101001001011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b213c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b213c6; }

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

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

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

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

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

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

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

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