#B311A3

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

Shades of Medium Violet Red #B311A3

Tints of Medium Violet Red #B311A3

Color information

#B311A3 (or 0xB311A3) is unknown color: approx Medium Violet Red. HEX triplet: B3, 11 and A3. RGB value is (179,17,163). Sum of RGB (Red+Green+Blue) = 179+17+163=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 163 (64.06% from 255 or 45.40% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B311A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B311A3 is #4CEE5C. Grayscale: #515151. Windows color (decimal): -5041757 or 10686899. OLE color: 10686899.

HSL color Cylindrical-coordinate representation of color #B311A3: hue angle of 305.93º degrees, saturation: 0.83, 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 #B311A3 is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB17917163-
CMYK00.910.090.30
HSL305.93º82.65%38.43%-
HSV(B)305.93º90.5%70.2%-
XYZ25.412.6335.75-
YUV82.08173.67197.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.86%
GREEN value IS 17 (7.03% from 255) = 4.74%
BLUE value IS 163 (64.06% from 255) = 45.40%
R=49.86%
G=4.74%
B=45.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791716300.910.090.30305.9382.6538.43
HexB311A305B91E1325326
Octal263212430133113646212346
Binary101100111000110100011010110111001111101001100101010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B311A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B311A3; }

 p { color: rgb(179,17,163); }

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

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

 a { background-color: rgb(179,17,163); }

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

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

 span { border-color: rgb(179,17,163); }

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