Html Css Color HEX #B20097 Medium Violet Red

📋 copy color: '#B20097'

red 178 ◦ green 0 ◦ blue 151

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

Shades of Medium Violet Red #B20097

Tints of Medium Violet Red #B20097

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.1%
G = 0%
B = 45.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B20097 (or 0xB20097) is known color: Medium Violet Red. HEX triplet: B2, 00 and 97. RGB value is (178,0,151). Sum of RGB (Red+Green+Blue) = 178+0+151=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 151 (59.38% from 255 or 45.90% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B20097 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20097 is #4DFF68. Grayscale: #464646. Windows color (decimal): -5111657 or 9896114. OLE color: 9896114.

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

Color convert

RGB 178 0 151 -
CMYK 0 1 0.15 0.30
HSL 309.1º 1% 0.35% -
HSV(B) 309.1º 1% 0.7% -
XYZ 23.95 11.7 30.27 -
YUV 70.44 173.47 204.72 -
System Red Green Blue C M Y K H S L
Decimal 178 0 151 0 1 0.15 0.30 309.1 1 0.35
Hex B2 0 97 0 64 F 1E 135 64 23
Octal 262 0 227 0 144 17 36 465 144 43
Binary 10110010 0 10010111 0 1100100 1111 11110 100110101 1100100 100011

Color Harmonies of #B20097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20097

Black with #B20097

Text Example


Text Example

White with #B20097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20097; }

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

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

background-color css

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

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

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

border-color css

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

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

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