#B313CA

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

Shades of Deep Magenta #B313CA

Tints of Deep Magenta #B313CA

Color information

#B313CA (or 0xB313CA) is unknown color: approx Deep Magenta. HEX triplet: B3, 13 and CA. RGB value is (179,19,202). Sum of RGB (Red+Green+Blue) = 179+19+202=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 19 (7.81% from 255 or 4.75% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #B313CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B313CA is #4CEC35. Grayscale: #575757. Windows color (decimal): -5041206 or 13243315. OLE color: 13243315.

HSL color Cylindrical-coordinate representation of color #B313CA: hue angle of 292.46º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B313CA is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17919202-
CMYK0.110.9100.21
HSL292.46º82.81%43.33%-
HSV(B)292.46º90.59%79.22%-
XYZ29.4814.3157.09-
YUV87.7192.51193.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.75%
GREEN value IS 19 (7.81% from 255) = 4.75%
BLUE value IS 202 (79.30% from 255) = 50.5%
R=44.75%
G=4.75%
B=50.5%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal179192020.110.9100.21292.4682.8143.33
HexB313CAB5B015124532b
Octal263233121313302544412353
Binary101100111001111001010101110110110101011001001001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B313CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B313CA; }

 p { color: rgb(179,19,202); }

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

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

 a { background-color: rgb(179,19,202); }

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

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

 span { border-color: rgb(179,19,202); }

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