#B31082

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

Shades of Medium Violet Red #B31082

Tints of Medium Violet Red #B31082

Color information

#B31082 (or 0xB31082) is unknown color: approx Medium Violet Red. HEX triplet: B3, 10 and 82. RGB value is (179,16,130). Sum of RGB (Red+Green+Blue) = 179+16+130=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B31082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31082 is #4CEF7D. Grayscale: #4D4D4D. Windows color (decimal): -5042046 or 8523955. OLE color: 8523955.

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

Color convert

RGB17916130-
CMYK00.910.270.30
HSL318.04º83.59%38.24%-
HSV(B)318.04º91.06%70.2%-
XYZ22.811.5722.15-
YUV77.73157.5200.23-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.08%
GREEN value IS 16 (6.64% from 255) = 4.92%
BLUE value IS 130 (51.17% from 255) = 40%
R=55.08%
G=4.92%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791613000.910.270.30318.0483.5938.24
HexB3108205B1B1E13e5426
Octal263202020133333647612446
Binary1011001110000100000100101101111011111101001111101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31082; }

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

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

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

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

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

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

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

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