#B41792

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

Shades of Medium Violet Red #B41792

Tints of Medium Violet Red #B41792

Color information

#B41792 (or 0xB41792) is unknown color: approx Medium Violet Red. HEX triplet: B4, 17 and 92. RGB value is (180,23,146). Sum of RGB (Red+Green+Blue) = 180+23+146=349 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.58% from 349); Green value is 23 (9.38% from 255 or 6.59% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 180 - color contains mainly: red. Hex color #B41792 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41792 is #4BE86D. Grayscale: #535353. Windows color (decimal): -4974702 or 9574324. OLE color: 9574324.

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

Color convert

RGB18023146-
CMYK00.870.190.29
HSL312.99º77.34%39.8%-
HSV(B)312.99º87.22%70.59%-
XYZ24.3212.3928.3-
YUV83.96163.01196.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 51.58%
GREEN value IS 23 (9.38% from 255) = 6.59%
BLUE value IS 146 (57.42% from 255) = 41.83%
R=51.58%
G=6.59%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802314600.870.190.29312.9977.3439.8
HexB41792057131D1394d28
Octal264272220127233547111550
Binary1011010010111100100100101011110011111011001110011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41792; }

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

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

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

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

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

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

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

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