Html Css Color HEX #B20397 Medium Violet Red

📋 copy color: '#B20397'

red 178 ◦ green 3 ◦ blue 151

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

Shades of Medium Violet Red #B20397

Tints of Medium Violet Red #B20397

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.9%

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

R = 53.61%
G = 0.9%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B20397 (or 0xB20397) is known color: Medium Violet Red. HEX triplet: B2, 03 and 97. RGB value is (178,3,151). Sum of RGB (Red+Green+Blue) = 178+3+151=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 3 (1.56% from 255 or 0.90% from 332); Blue value is 151 (59.38% from 255 or 45.48% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B20397 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20397 is #4DFC68. Grayscale: #474747. Windows color (decimal): -5110889 or 9896882. OLE color: 9896882.

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

Color convert

RGB 178 3 151 -
CMYK 0 0.98 0.15 0.30
HSL 309.26º 0.97% 0.35% -
HSV(B) 309.26º 0.98% 0.7% -
XYZ 23.98 11.76 30.29 -
YUV 72.2 172.48 203.47 -
System Red Green Blue C M Y K H S L
Decimal 178 3 151 0 0.98 0.15 0.30 309.26 0.97 0.35
Hex B2 3 97 0 62 F 1E 135 61 23
Octal 262 3 227 0 142 17 36 465 141 43
Binary 10110010 11 10010111 0 1100010 1111 11110 100110101 1100001 100011

Color Harmonies of #B20397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20397

Black with #B20397

Text Example


Text Example

White with #B20397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20397; }

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

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

background-color css

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

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

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

border-color css

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

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

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