Html Css Color HEX #B80780 Medium Violet Red

📋 copy color: '#B80780'

red 184 ◦ green 7 ◦ blue 128

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

Shades of Medium Violet Red #B80780

Tints of Medium Violet Red #B80780

RGB

 RED value IS 184 (72.27% from 255) = 57.68%

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

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

R = 57.68%
G = 2.19%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B80780 (or 0xB80780) is known color: Medium Violet Red. HEX triplet: B8, 07 and 80. RGB value is (184,7,128). Sum of RGB (Red+Green+Blue) = 184+7+128=319 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.68% from 319); Green value is 7 (3.12% from 255 or 2.19% from 319); Blue value is 128 (50.39% from 255 or 40.13% from 319); Max value from RGB is 184 - color contains mainly: red. Hex color #B80780 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80780 is #47F87F. Grayscale: #494949. Windows color (decimal): -4716672 or 8390584. OLE color: 8390584.

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

Color convert

RGB 184 7 128 -
CMYK 0 0.96 0.30 0.28
HSL 318.98º 0.93% 0.37% -
HSV(B) 318.98º 0.96% 0.72% -
XYZ 23.74 11.9 21.47 -
YUV 73.72 158.64 206.66 -
System Red Green Blue C M Y K H S L
Decimal 184 7 128 0 0.96 0.30 0.28 318.98 0.93 0.37
Hex B8 7 80 0 60 1E 1C 13F 5D 25
Octal 270 7 200 0 140 36 34 477 135 45
Binary 10111000 111 10000000 0 1100000 11110 11100 100111111 1011101 100101

Color Harmonies of #B80780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80780

Black with #B80780

Text Example


Text Example

White with #B80780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80780; }

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

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

background-color css

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

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

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

border-color css

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

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

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