#B310BA

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

Shades of Deep Magenta #B310BA

Tints of Deep Magenta #B310BA

Color information

#B310BA (or 0xB310BA) is unknown color: approx Deep Magenta. HEX triplet: B3, 10 and BA. RGB value is (179,16,186). Sum of RGB (Red+Green+Blue) = 179+16+186=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 16 (6.64% from 255 or 4.20% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #B310BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B310BA is #4CEF45. Grayscale: #535353. Windows color (decimal): -5041990 or 12193971. OLE color: 12193971.

HSL color Cylindrical-coordinate representation of color #B310BA: hue angle of 297.53º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B310BA is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17916186-
CMYK0.040.9100.27
HSL297.53º84.16%39.61%-
HSV(B)297.53º91.4%72.94%-
XYZ27.6413.547.6-
YUV84.12185.5195.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.98%
GREEN value IS 16 (6.64% from 255) = 4.20%
BLUE value IS 186 (73.05% from 255) = 48.82%
R=46.98%
G=4.20%
B=48.82%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal179161860.040.9100.27297.5384.1639.61
HexB310BA45B01B12a5428
Octal26320272413303345212450
Binary10110011100001011101010010110110110111001010101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B310BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B310BA; }

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

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

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

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

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

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

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

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