#B310C9

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

Shades of Deep Magenta #B310C9

Tints of Deep Magenta #B310C9

Color information

#B310C9 (or 0xB310C9) is unknown color: approx Deep Magenta. HEX triplet: B3, 10 and C9. RGB value is (179,16,201). Sum of RGB (Red+Green+Blue) = 179+16+201=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 201 (78.91% from 255 or 50.76% from 396); Max value from RGB is 201 - color contains mainly: blue. Hex color #B310C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B310C9 is #4CEF36. Grayscale: #555555. Windows color (decimal): -5041975 or 13177011. OLE color: 13177011.

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

Color convert

RGB17916201-
CMYK0.110.9200.21
HSL292.86º85.25%42.55%-
HSV(B)292.86º92.04%78.82%-
XYZ29.3214.1756.45-
YUV85.83193194.46-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.20%
GREEN value IS 16 (6.64% from 255) = 4.04%
BLUE value IS 201 (78.91% from 255) = 50.76%
R=45.20%
G=4.04%
B=50.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal179162010.110.9200.21292.8685.2542.55
HexB310C9B5C015125552b
Octal263203111313402544512553
Binary101100111000011001001101110111000101011001001011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B310C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B310C9; }

 p { color: rgb(179,16,201); }

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

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

 a { background-color: rgb(179,16,201); }

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

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

 span { border-color: rgb(179,16,201); }

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