Html Css Color HEX #B20297 Medium Violet Red

📋 copy color: '#B20297'

red 178 ◦ green 2 ◦ blue 151

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

Shades of Medium Violet Red #B20297

Tints of Medium Violet Red #B20297

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

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

R = 53.78%
G = 0.6%
B = 45.62%

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

#B20297 (or 0xB20297) is known color: Medium Violet Red. HEX triplet: B2, 02 and 97. RGB value is (178,2,151). Sum of RGB (Red+Green+Blue) = 178+2+151=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 151 (59.38% from 255 or 45.62% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B20297 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20297 is #4DFD68. Grayscale: #474747. Windows color (decimal): -5111145 or 9896626. OLE color: 9896626.

HSL color Cylindrical-coordinate representation of color #B20297: hue angle of 309.2º degrees, saturation: 0.98, 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 #B20297 is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 2 151 -
CMYK 0 0.99 0.15 0.30
HSL 309.2º 0.98% 0.35% -
HSV(B) 309.2º 0.99% 0.7% -
XYZ 23.97 11.74 30.28 -
YUV 71.61 172.81 203.88 -
System Red Green Blue C M Y K H S L
Decimal 178 2 151 0 0.99 0.15 0.30 309.2 0.98 0.35
Hex B2 2 97 0 63 F 1E 135 62 23
Octal 262 2 227 0 143 17 36 465 142 43
Binary 10110010 10 10010111 0 1100011 1111 11110 100110101 1100010 100011

Color Harmonies of #B20297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20297

Black with #B20297

Text Example


Text Example

White with #B20297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20297; }

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

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

background-color css

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

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

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

border-color css

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

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

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