Html Css Color HEX #B80979 Medium Violet Red

📋 copy color: '#B80979'

red 184 ◦ green 9 ◦ blue 121

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

Shades of Medium Violet Red #B80979

Tints of Medium Violet Red #B80979

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.87%

 BLUE value IS 121 (47.66% from 255) = 38.54%

R = 58.6%
G = 2.87%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B80979 (or 0xB80979) is known color: Medium Violet Red. HEX triplet: B8, 09 and 79. RGB value is (184,9,121). Sum of RGB (Red+Green+Blue) = 184+9+121=314 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.60% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 184 - color contains mainly: red. Hex color #B80979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80979 is #47F686. Grayscale: #494949. Windows color (decimal): -4716167 or 7932344. OLE color: 7932344.

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

Color convert

RGB 184 9 121 -
CMYK 0 0.95 0.34 0.28
HSL 321.6º 0.91% 0.38% -
HSV(B) 321.6º 0.95% 0.72% -
XYZ 23.32 11.77 19.13 -
YUV 74.09 154.48 206.39 -
System Red Green Blue C M Y K H S L
Decimal 184 9 121 0 0.95 0.34 0.28 321.6 0.91 0.38
Hex B8 9 79 0 5F 22 1C 142 5B 26
Octal 270 11 171 0 137 42 34 502 133 46
Binary 10111000 1001 1111001 0 1011111 100010 11100 101000010 1011011 100110

Color Harmonies of #B80979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80979

Black with #B80979

Text Example


Text Example

White with #B80979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80979; }

 p { color: rgb(184,9,121); }

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

background-color css

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

 a { background-color: rgb(184,9,121); }

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

border-color css

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

 span { border-color: rgb(184,9,121); }

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