Html Css Color HEX #B20791 Medium Violet Red

📋 copy color: '#B20791'

red 178 ◦ green 7 ◦ blue 145

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

Shades of Medium Violet Red #B20791

Tints of Medium Violet Red #B20791

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.12%

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

R = 53.94%
G = 2.12%
B = 43.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B20791 (or 0xB20791) is known color: Medium Violet Red. HEX triplet: B2, 07 and 91. RGB value is (178,7,145). Sum of RGB (Red+Green+Blue) = 178+7+145=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 7 (3.12% from 255 or 2.12% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B20791 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20791 is #4DF86E. Grayscale: #494949. Windows color (decimal): -5109871 or 9504690. OLE color: 9504690.

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

Color convert

RGB 178 7 145 -
CMYK 0 0.96 0.19 0.30
HSL 311.58º 0.92% 0.36% -
HSV(B) 311.58º 0.96% 0.7% -
XYZ 23.55 11.66 27.8 -
YUV 73.86 168.15 202.28 -
System Red Green Blue C M Y K H S L
Decimal 178 7 145 0 0.96 0.19 0.30 311.58 0.92 0.36
Hex B2 7 91 0 60 13 1E 138 5C 24
Octal 262 7 221 0 140 23 36 470 134 44
Binary 10110010 111 10010001 0 1100000 10011 11110 100111000 1011100 100100

Color Harmonies of #B20791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20791

Black with #B20791

Text Example


Text Example

White with #B20791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20791; }

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

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

background-color css

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

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

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

border-color css

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

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

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