#B310A0

Color #B310A0 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #B310A0

Tints of Medium Violet Red #B310A0

Color information

#B310A0 (or 0xB310A0) is unknown color: approx Medium Violet Red. HEX triplet: B3, 10 and A0. RGB value is (179,16,160). Sum of RGB (Red+Green+Blue) = 179+16+160=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 160 (62.89% from 255 or 45.07% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B310A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B310A0 is #4CEF5F. Grayscale: #505050. Windows color (decimal): -5042016 or 10490035. OLE color: 10490035.

HSL color Cylindrical-coordinate representation of color #B310A0: hue angle of 306.99º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B310A0 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB17916160-
CMYK00.910.110.30
HSL306.99º83.59%38.24%-
HSV(B)306.99º91.06%70.2%-
XYZ25.1212.4934.34-
YUV81.15172.5197.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.42%
GREEN value IS 16 (6.64% from 255) = 4.51%
BLUE value IS 160 (62.89% from 255) = 45.07%
R=50.42%
G=4.51%
B=45.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791616000.910.110.30306.9983.5938.24
HexB310A005BB1E1335426
Octal263202400133133646312446
Binary101100111000010100000010110111011111101001100111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B310A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B310A0; }

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

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

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

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

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

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

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

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