#B40197

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

Shades of Medium Violet Red #B40197

Tints of Medium Violet Red #B40197

Color information

#B40197 (or 0xB40197) is unknown color: approx Medium Violet Red. HEX triplet: B4, 01 and 97. RGB value is (180,1,151). Sum of RGB (Red+Green+Blue) = 180+1+151=332 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.22% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 180 - color contains mainly: red. Hex color #B40197 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40197 is #4BFE68. Grayscale: #474747. Windows color (decimal): -4980329 or 9896372. OLE color: 9896372.

HSL color Cylindrical-coordinate representation of color #B40197: hue angle of 309.72º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B40197 is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB1801151-
CMYK00.990.160.29
HSL309.72º98.9%35.49%-
HSV(B)309.72º99.44%70.59%-
XYZ24.4211.9630.3-
YUV71.62172.8205.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 54.22%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 151 (59.38% from 255) = 45.48%
R=54.22%
G=0.30%
B=45.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180115100.990.160.29309.7298.935.49
HexB4197063101D1366323
Octal26412270143203546614343
Binary101101001100101110110001110000111011001101101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40197; }

 p { color: rgb(180,1,151); }

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

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

 a { background-color: rgb(180,1,151); }

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

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

 span { border-color: rgb(180,1,151); }

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