Html Css Color HEX #B80D77 Medium Violet Red

📋 copy color: '#B80D77'

red 184 ◦ green 13 ◦ blue 119

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

Shades of Medium Violet Red #B80D77

Tints of Medium Violet Red #B80D77

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.11%

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

R = 58.23%
G = 4.11%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#B80D77 (or 0xB80D77) is known color: Medium Violet Red. HEX triplet: B8, 0D and 77. RGB value is (184,13,119). Sum of RGB (Red+Green+Blue) = 184+13+119=316 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.23% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 184 - color contains mainly: red. Hex color #B80D77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80D77 is #47F288. Grayscale: #4B4B4B. Windows color (decimal): -4715145 or 7802296. OLE color: 7802296.

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

Color convert

RGB 184 13 119 -
CMYK 0 0.93 0.35 0.28
HSL 322.81º 0.87% 0.39% -
HSV(B) 322.81º 0.93% 0.72% -
XYZ 23.24 11.81 18.51 -
YUV 76.21 152.15 204.88 -
System Red Green Blue C M Y K H S L
Decimal 184 13 119 0 0.93 0.35 0.28 322.81 0.87 0.39
Hex B8 D 77 0 5D 23 1C 143 57 27
Octal 270 15 167 0 135 43 34 503 127 47
Binary 10111000 1101 1110111 0 1011101 100011 11100 101000011 1010111 100111

Color Harmonies of #B80D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80D77

Black with #B80D77

Text Example


Text Example

White with #B80D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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