Html Css Color HEX #B80977 Medium Violet Red

📋 copy color: '#B80977'

red 184 ◦ green 9 ◦ blue 119

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

Shades of Medium Violet Red #B80977

Tints of Medium Violet Red #B80977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.14%

R = 58.97%
G = 2.88%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#B80977 (or 0xB80977) is known color: Medium Violet Red. HEX triplet: B8, 09 and 77. RGB value is (184,9,119). Sum of RGB (Red+Green+Blue) = 184+9+119=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B80977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80977 is #47F688. Grayscale: #494949. Windows color (decimal): -4716169 or 7801272. OLE color: 7801272.

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

Color convert

RGB 184 9 119 -
CMYK 0 0.95 0.35 0.28
HSL 322.29º 0.91% 0.38% -
HSV(B) 322.29º 0.95% 0.72% -
XYZ 23.19 11.72 18.49 -
YUV 73.87 153.48 206.56 -
System Red Green Blue C M Y K H S L
Decimal 184 9 119 0 0.95 0.35 0.28 322.29 0.91 0.38
Hex B8 9 77 0 5F 23 1C 142 5B 26
Octal 270 11 167 0 137 43 34 502 133 46
Binary 10111000 1001 1110111 0 1011111 100011 11100 101000010 1011011 100110

Color Harmonies of #B80977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80977

Black with #B80977

Text Example


Text Example

White with #B80977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80977; }

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

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

background-color css

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

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

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

border-color css

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

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

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