#B310CC

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

Shades of Deep Magenta #B310CC

Tints of Deep Magenta #B310CC

Color information

#B310CC (or 0xB310CC) is unknown color: approx Deep Magenta. HEX triplet: B3, 10 and CC. RGB value is (179,16,204). Sum of RGB (Red+Green+Blue) = 179+16+204=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 16 (6.64% from 255 or 4.01% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #B310CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B310CC is #4CEF33. Grayscale: #555555. Windows color (decimal): -5041972 or 13373619. OLE color: 13373619.

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

Color convert

RGB17916204-
CMYK0.120.9200.2
HSL292.02º85.45%43.14%-
HSV(B)292.02º92.16%80%-
XYZ29.6714.3158.33-
YUV86.17194.5194.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.86%
GREEN value IS 16 (6.64% from 255) = 4.01%
BLUE value IS 204 (80.08% from 255) = 51.13%
R=44.86%
G=4.01%
B=51.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal179162040.120.9200.2292.0285.4543.14
HexB310CCC5C014124552b
Octal263203141413402444412553
Binary101100111000011001100110010111000101001001001001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B310CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B310CC; }

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

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

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

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

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

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

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

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