#B31792

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

Shades of Medium Violet Red #B31792

Tints of Medium Violet Red #B31792

Color information

#B31792 (or 0xB31792) is unknown color: approx Medium Violet Red. HEX triplet: B3, 17 and 92. RGB value is (179,23,146). Sum of RGB (Red+Green+Blue) = 179+23+146=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 23 (9.38% from 255 or 6.61% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B31792 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31792 is #4CE86D. Grayscale: #535353. Windows color (decimal): -5040238 or 9574323. OLE color: 9574323.

HSL color Cylindrical-coordinate representation of color #B31792: hue angle of 312.69º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B31792 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB17923146-
CMYK00.870.180.30
HSL312.69º77.23%39.61%-
HSV(B)312.69º87.15%70.2%-
XYZ24.0912.2728.29-
YUV83.67163.18196-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.44%
GREEN value IS 23 (9.38% from 255) = 6.61%
BLUE value IS 146 (57.42% from 255) = 41.95%
R=51.44%
G=6.61%
B=41.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1792314600.870.180.30312.6977.2339.61
HexB31792057121E1394d28
Octal263272220127223647111550
Binary1011001110111100100100101011110010111101001110011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31792; }

 p { color: rgb(179,23,146); }

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

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

 a { background-color: rgb(179,23,146); }

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

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

 span { border-color: rgb(179,23,146); }

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