Html Css Color HEX #B80580 Medium Violet Red

📋 copy color: '#B80580'

red 184 ◦ green 5 ◦ blue 128

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

Shades of Medium Violet Red #B80580

Tints of Medium Violet Red #B80580

RGB

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

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

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

R = 58.04%
G = 1.58%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B80580 (or 0xB80580) is known color: Medium Violet Red. HEX triplet: B8, 05 and 80. RGB value is (184,5,128). Sum of RGB (Red+Green+Blue) = 184+5+128=317 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.04% from 317); Green value is 5 (2.34% from 255 or 1.58% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 184 - color contains mainly: red. Hex color #B80580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80580 is #47FA7F. Grayscale: #484848. Windows color (decimal): -4717184 or 8390072. OLE color: 8390072.

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

Color convert

RGB 184 5 128 -
CMYK 0 0.97 0.30 0.28
HSL 318.77º 0.95% 0.37% -
HSV(B) 318.77º 0.97% 0.72% -
XYZ 23.72 11.86 21.46 -
YUV 72.54 159.3 207.5 -
System Red Green Blue C M Y K H S L
Decimal 184 5 128 0 0.97 0.30 0.28 318.77 0.95 0.37
Hex B8 5 80 0 61 1E 1C 13F 5F 25
Octal 270 5 200 0 141 36 34 477 137 45
Binary 10111000 101 10000000 0 1100001 11110 11100 100111111 1011111 100101

Color Harmonies of #B80580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80580

Black with #B80580

Text Example


Text Example

White with #B80580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80580; }

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

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

background-color css

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

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

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

border-color css

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

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

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