Html Css Color HEX #B20F91 Medium Violet Red

📋 copy color: '#B20F91'

red 178 ◦ green 15 ◦ blue 145

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

Shades of Medium Violet Red #B20F91

Tints of Medium Violet Red #B20F91

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.44%

 BLUE value IS 145 (57.03% from 255) = 42.9%

R = 52.66%
G = 4.44%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B20F91 (or 0xB20F91) is known color: Medium Violet Red. HEX triplet: B2, 0F and 91. RGB value is (178,15,145). Sum of RGB (Red+Green+Blue) = 178+15+145=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 15 (6.25% from 255 or 4.44% from 338); Blue value is 145 (57.03% from 255 or 42.90% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B20F91 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20F91 is #4DF06E. Grayscale: #4E4E4E. Windows color (decimal): -5107823 or 9506738. OLE color: 9506738.

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

Color convert

RGB 178 15 145 -
CMYK 0 0.92 0.19 0.30
HSL 312.15º 0.84% 0.38% -
HSV(B) 312.15º 0.92% 0.7% -
XYZ 23.64 11.85 27.83 -
YUV 78.56 165.5 198.93 -
System Red Green Blue C M Y K H S L
Decimal 178 15 145 0 0.92 0.19 0.30 312.15 0.84 0.38
Hex B2 F 91 0 5C 13 1E 138 54 26
Octal 262 17 221 0 134 23 36 470 124 46
Binary 10110010 1111 10010001 0 1011100 10011 11110 100111000 1010100 100110

Color Harmonies of #B20F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20F91

Black with #B20F91

Text Example


Text Example

White with #B20F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20F91; }

 p { color: rgb(178,15,145); }

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

background-color css

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

 a { background-color: rgb(178,15,145); }

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

border-color css

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

 span { border-color: rgb(178,15,145); }

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