Html Css Color HEX #B81E77 Medium Violet Red

📋 copy color: '#B81E77'

red 184 ◦ green 30 ◦ blue 119

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

Shades of Medium Violet Red #B81E77

Tints of Medium Violet Red #B81E77

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.01%

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

R = 55.26%
G = 9.01%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#B81E77 (or 0xB81E77) is known color: Medium Violet Red. HEX triplet: B8, 1E and 77. RGB value is (184,30,119). Sum of RGB (Red+Green+Blue) = 184+30+119=333 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.26% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 184 - color contains mainly: red. Hex color #B81E77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81E77 is #47E188. Grayscale: #555555. Windows color (decimal): -4710793 or 7806648. OLE color: 7806648.

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

Color convert

RGB 184 30 119 -
CMYK 0 0.84 0.35 0.28
HSL 325.32º 0.72% 0.42% -
HSV(B) 325.32º 0.84% 0.72% -
XYZ 23.56 12.45 18.61 -
YUV 86.19 146.52 197.76 -
System Red Green Blue C M Y K H S L
Decimal 184 30 119 0 0.84 0.35 0.28 325.32 0.72 0.42
Hex B8 1E 77 0 54 23 1C 145 48 2A
Octal 270 36 167 0 124 43 34 505 110 52
Binary 10111000 11110 1110111 0 1010100 100011 11100 101000101 1001000 101010

Color Harmonies of #B81E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81E77

Black with #B81E77

Text Example


Text Example

White with #B81E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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