Html Css Color HEX #B20997 Medium Violet Red

📋 copy color: '#B20997'

red 178 ◦ green 9 ◦ blue 151

#B20997
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #B20997

Tints of Medium Violet Red #B20997

RGB

 RED value IS 178 (69.92% from 255) = 52.66%

 GREEN value IS 9 (3.91% from 255) = 2.66%

 BLUE value IS 151 (59.38% from 255) = 44.67%

R = 52.66%
G = 2.66%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B20997 (or 0xB20997) is known color: Medium Violet Red. HEX triplet: B2, 09 and 97. RGB value is (178,9,151). Sum of RGB (Red+Green+Blue) = 178+9+151=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 151 (59.38% from 255 or 44.67% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B20997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20997 is #4DF668. Grayscale: #4B4B4B. Windows color (decimal): -5109353 or 9898418. OLE color: 9898418.

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

Color convert

RGB 178 9 151 -
CMYK 0 0.95 0.15 0.30
HSL 309.59º 0.9% 0.37% -
HSV(B) 309.59º 0.95% 0.7% -
XYZ 24.04 11.89 30.31 -
YUV 75.72 170.49 200.95 -
System Red Green Blue C M Y K H S L
Decimal 178 9 151 0 0.95 0.15 0.30 309.59 0.9 0.37
Hex B2 9 97 0 5F F 1E 136 5A 25
Octal 262 11 227 0 137 17 36 466 132 45
Binary 10110010 1001 10010111 0 1011111 1111 11110 100110110 1011010 100101

Color Harmonies of #B20997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20997

Black with #B20997

Text Example


Text Example

White with #B20997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20997; }

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

 H1.HeaderClassName
 {
   color: #B20997;
 }
 .AnyTagClassName
 {
   color: #B20997;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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