Html Css Color HEX #B20197 Medium Violet Red

📋 copy color: '#B20197'

red 178 ◦ green 1 ◦ blue 151

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

Shades of Medium Violet Red #B20197

Tints of Medium Violet Red #B20197

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 53.94%
G = 0.3%
B = 45.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B20197 (or 0xB20197) is known color: Medium Violet Red. HEX triplet: B2, 01 and 97. RGB value is (178,1,151). Sum of RGB (Red+Green+Blue) = 178+1+151=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 151 (59.38% from 255 or 45.76% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B20197 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20197 is #4DFE68. Grayscale: #464646. Windows color (decimal): -5111401 or 9896370. OLE color: 9896370.

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

Color convert

RGB 178 1 151 -
CMYK 0 0.99 0.15 0.30
HSL 309.15º 0.99% 0.35% -
HSV(B) 309.15º 0.99% 0.7% -
XYZ 23.96 11.72 30.28 -
YUV 71.02 173.14 204.3 -
System Red Green Blue C M Y K H S L
Decimal 178 1 151 0 0.99 0.15 0.30 309.15 0.99 0.35
Hex B2 1 97 0 63 F 1E 135 63 23
Octal 262 1 227 0 143 17 36 465 143 43
Binary 10110010 1 10010111 0 1100011 1111 11110 100110101 1100011 100011

Color Harmonies of #B20197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20197

Black with #B20197

Text Example


Text Example

White with #B20197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20197; }

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

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

background-color css

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

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

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

border-color css

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

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

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