#B20097

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

Shades of Medium Violet Red #B20097

Tints of Medium Violet Red #B20097

Color information

#B20097 (or 0xB20097) is unknown color: approx Medium Violet Red. HEX triplet: B2, 00 and 97. RGB value is (178,0,151). Sum of RGB (Red+Green+Blue) = 178+0+151=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 151 (59.38% from 255 or 45.90% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B20097 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20097 is #4DFF68. Grayscale: #464646. Windows color (decimal): -5111657 or 9896114. OLE color: 9896114.

HSL color Cylindrical-coordinate representation of color #B20097: hue angle of 309.1º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B20097 is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB1780151-
CMYK010.150.30
HSL309.1º100%34.9%-
HSV(B)309.1º100%69.8%-
XYZ23.9511.730.27-
YUV70.44173.47204.72-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 151 (59.38% from 255) = 45.90%
R=54.10%
G=0%
B=45.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1780151010.150.30309.110034.9
HexB2097064F1E1356423
Octal26202270144173646514443
Binary10110010010010111011001001111111101001101011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20097; }

 p { color: rgb(178,0,151); }

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

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

 a { background-color: rgb(178,0,151); }

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

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

 span { border-color: rgb(178,0,151); }

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