Html Css Color HEX #B20C77 Medium Violet Red

📋 copy color: '#B20C77'

red 178 ◦ green 12 ◦ blue 119

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

Shades of Medium Violet Red #B20C77

Tints of Medium Violet Red #B20C77

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.88%

 BLUE value IS 119 (46.88% from 255) = 38.51%

R = 57.61%
G = 3.88%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B20C77 (or 0xB20C77) is known color: Medium Violet Red. HEX triplet: B2, 0C and 77. RGB value is (178,12,119). Sum of RGB (Red+Green+Blue) = 178+12+119=309 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.61% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 178 - color contains mainly: red. Hex color #B20C77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20C77 is #4DF388. Grayscale: #494949. Windows color (decimal): -5108617 or 7802034. OLE color: 7802034.

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

Color convert

RGB 178 12 119 -
CMYK 0 0.93 0.33 0.30
HSL 321.33º 0.87% 0.37% -
HSV(B) 321.33º 0.93% 0.7% -
XYZ 21.82 11.06 18.44 -
YUV 73.83 153.5 202.3 -
System Red Green Blue C M Y K H S L
Decimal 178 12 119 0 0.93 0.33 0.30 321.33 0.87 0.37
Hex B2 C 77 0 5D 21 1E 141 57 25
Octal 262 14 167 0 135 41 36 501 127 45
Binary 10110010 1100 1110111 0 1011101 100001 11110 101000001 1010111 100101

Color Harmonies of #B20C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20C77

Black with #B20C77

Text Example


Text Example

White with #B20C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20C77; }

 p { color: rgb(178,12,119); }

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

background-color css

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

 a { background-color: rgb(178,12,119); }

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

border-color css

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

 span { border-color: rgb(178,12,119); }

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