Html Css Color HEX #B20780 Medium Violet Red

📋 copy color: '#B20780'

red 178 ◦ green 7 ◦ blue 128

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

Shades of Medium Violet Red #B20780

Tints of Medium Violet Red #B20780

RGB

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

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

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

R = 56.87%
G = 2.24%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B20780 (or 0xB20780) is known color: Medium Violet Red. HEX triplet: B2, 07 and 80. RGB value is (178,7,128). Sum of RGB (Red+Green+Blue) = 178+7+128=313 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.87% from 313); Green value is 7 (3.12% from 255 or 2.24% from 313); Blue value is 128 (50.39% from 255 or 40.89% from 313); Max value from RGB is 178 - color contains mainly: red. Hex color #B20780 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20780 is #4DF87F. Grayscale: #474747. Windows color (decimal): -5109888 or 8390578. OLE color: 8390578.

HSL color Cylindrical-coordinate representation of color #B20780: hue angle of 317.54º 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 #B20780 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 7 128 -
CMYK 0 0.96 0.28 0.30
HSL 317.54º 0.92% 0.36% -
HSV(B) 317.54º 0.96% 0.7% -
XYZ 22.33 11.18 21.4 -
YUV 71.92 159.65 203.66 -
System Red Green Blue C M Y K H S L
Decimal 178 7 128 0 0.96 0.28 0.30 317.54 0.92 0.36
Hex B2 7 80 0 60 1C 1E 13E 5C 24
Octal 262 7 200 0 140 34 36 476 134 44
Binary 10110010 111 10000000 0 1100000 11100 11110 100111110 1011100 100100

Color Harmonies of #B20780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20780

Black with #B20780

Text Example


Text Example

White with #B20780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20780; }

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

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

background-color css

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

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

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

border-color css

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

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

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