Html Css Color HEX #B80576 Medium Violet Red

📋 copy color: '#B80576'

red 184 ◦ green 5 ◦ blue 118

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

Shades of Medium Violet Red #B80576

Tints of Medium Violet Red #B80576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 38.44%

R = 59.93%
G = 1.63%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B80576 (or 0xB80576) is known color: Medium Violet Red. HEX triplet: B8, 05 and 76. RGB value is (184,5,118). Sum of RGB (Red+Green+Blue) = 184+5+118=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B80576 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80576 is #47FA89. Grayscale: #474747. Windows color (decimal): -4717194 or 7734712. OLE color: 7734712.

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

Color convert

RGB 184 5 118 -
CMYK 0 0.97 0.36 0.28
HSL 322.12º 0.95% 0.37% -
HSV(B) 322.12º 0.97% 0.72% -
XYZ 23.09 11.61 18.16 -
YUV 71.4 154.3 208.31 -
System Red Green Blue C M Y K H S L
Decimal 184 5 118 0 0.97 0.36 0.28 322.12 0.95 0.37
Hex B8 5 76 0 61 24 1C 142 5F 25
Octal 270 5 166 0 141 44 34 502 137 45
Binary 10111000 101 1110110 0 1100001 100100 11100 101000010 1011111 100101

Color Harmonies of #B80576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80576

Black with #B80576

Text Example


Text Example

White with #B80576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80576; }

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

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

background-color css

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

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

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

border-color css

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

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

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