Html Css Color HEX #B20797 Medium Violet Red

📋 copy color: '#B20797'

red 178 ◦ green 7 ◦ blue 151

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

Shades of Medium Violet Red #B20797

Tints of Medium Violet Red #B20797

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.08%

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

R = 52.98%
G = 2.08%
B = 44.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B20797 (or 0xB20797) is known color: Medium Violet Red. HEX triplet: B2, 07 and 97. RGB value is (178,7,151). Sum of RGB (Red+Green+Blue) = 178+7+151=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 7 (3.12% from 255 or 2.08% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B20797 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20797 is #4DF868. Grayscale: #4A4A4A. Windows color (decimal): -5109865 or 9897906. OLE color: 9897906.

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

Color convert

RGB 178 7 151 -
CMYK 0 0.96 0.15 0.30
HSL 309.47º 0.92% 0.36% -
HSV(B) 309.47º 0.96% 0.7% -
XYZ 24.02 11.85 30.3 -
YUV 74.55 171.15 201.79 -
System Red Green Blue C M Y K H S L
Decimal 178 7 151 0 0.96 0.15 0.30 309.47 0.92 0.36
Hex B2 7 97 0 60 F 1E 135 5C 24
Octal 262 7 227 0 140 17 36 465 134 44
Binary 10110010 111 10010111 0 1100000 1111 11110 100110101 1011100 100100

Color Harmonies of #B20797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20797

Black with #B20797

Text Example


Text Example

White with #B20797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20797; }

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

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

background-color css

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

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

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

border-color css

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

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

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