Html Css Color HEX #B20A76 Medium Violet Red

📋 copy color: '#B20A76'

red 178 ◦ green 10 ◦ blue 118

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

Shades of Medium Violet Red #B20A76

Tints of Medium Violet Red #B20A76

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.27%

 BLUE value IS 118 (46.48% from 255) = 38.56%

R = 58.17%
G = 3.27%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B20A76 (or 0xB20A76) is known color: Medium Violet Red. HEX triplet: B2, 0A and 76. RGB value is (178,10,118). Sum of RGB (Red+Green+Blue) = 178+10+118=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 10 (4.30% from 255 or 3.27% from 306); Blue value is 118 (46.48% from 255 or 38.56% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B20A76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20A76 is #4DF589. Grayscale: #484848. Windows color (decimal): -5109130 or 7735986. OLE color: 7735986.

HSL color Cylindrical-coordinate representation of color #B20A76: hue angle of 321.43º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20A76 is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 10 118 -
CMYK 0 0.94 0.34 0.30
HSL 321.43º 0.89% 0.37% -
HSV(B) 321.43º 0.94% 0.7% -
XYZ 21.74 10.99 18.12 -
YUV 72.54 153.66 203.22 -
System Red Green Blue C M Y K H S L
Decimal 178 10 118 0 0.94 0.34 0.30 321.43 0.89 0.37
Hex B2 A 76 0 5E 22 1E 141 59 25
Octal 262 12 166 0 136 42 36 501 131 45
Binary 10110010 1010 1110110 0 1011110 100010 11110 101000001 1011001 100101

Color Harmonies of #B20A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20A76

Black with #B20A76

Text Example


Text Example

White with #B20A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20A76; }

 p { color: rgb(178,10,118); }

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

background-color css

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

 a { background-color: rgb(178,10,118); }

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

border-color css

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

 span { border-color: rgb(178,10,118); }

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