Html Css Color HEX #B20580 Medium Violet Red

📋 copy color: '#B20580'

red 178 ◦ green 5 ◦ blue 128

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

Shades of Medium Violet Red #B20580

Tints of Medium Violet Red #B20580

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.61%

 BLUE value IS 128 (50.39% from 255) = 41.16%

R = 57.23%
G = 1.61%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B20580 (or 0xB20580) is known color: Medium Violet Red. HEX triplet: B2, 05 and 80. RGB value is (178,5,128). Sum of RGB (Red+Green+Blue) = 178+5+128=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B20580 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20580 is #4DFA7F. Grayscale: #464646. Windows color (decimal): -5110400 or 8390066. OLE color: 8390066.

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

Color convert

RGB 178 5 128 -
CMYK 0 0.97 0.28 0.30
HSL 317.34º 0.95% 0.36% -
HSV(B) 317.34º 0.97% 0.7% -
XYZ 22.31 11.13 21.39 -
YUV 70.75 160.31 204.5 -
System Red Green Blue C M Y K H S L
Decimal 178 5 128 0 0.97 0.28 0.30 317.34 0.95 0.36
Hex B2 5 80 0 61 1C 1E 13D 5F 24
Octal 262 5 200 0 141 34 36 475 137 44
Binary 10110010 101 10000000 0 1100001 11100 11110 100111101 1011111 100100

Color Harmonies of #B20580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20580

Black with #B20580

Text Example


Text Example

White with #B20580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20580; }

 p { color: rgb(178,5,128); }

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

background-color css

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

 a { background-color: rgb(178,5,128); }

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

border-color css

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

 span { border-color: rgb(178,5,128); }

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