#B31084

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

Shades of Medium Violet Red #B31084

Tints of Medium Violet Red #B31084

Color information

#B31084 (or 0xB31084) is unknown color: approx Medium Violet Red. HEX triplet: B3, 10 and 84. RGB value is (179,16,132). Sum of RGB (Red+Green+Blue) = 179+16+132=327 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.74% from 327); Green value is 16 (6.64% from 255 or 4.89% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 179 - color contains mainly: red. Hex color #B31084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31084 is #4CEF7B. Grayscale: #4D4D4D. Windows color (decimal): -5042044 or 8655027. OLE color: 8655027.

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

Color convert

RGB17916132-
CMYK00.910.260.30
HSL317.3º83.59%38.24%-
HSV(B)317.3º91.06%70.2%-
XYZ22.9411.6222.86-
YUV77.96158.5200.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.74%
GREEN value IS 16 (6.64% from 255) = 4.89%
BLUE value IS 132 (51.95% from 255) = 40.37%
R=54.74%
G=4.89%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791613200.910.260.30317.383.5938.24
HexB3108405B1A1E13d5426
Octal263202040133323647512446
Binary1011001110000100001000101101111010111101001111011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31084; }

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

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

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

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

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

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

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

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