Html Css Color HEX #B00E77 Medium Violet Red

📋 copy color: '#B00E77'

red 176 ◦ green 14 ◦ blue 119

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

Shades of Medium Violet Red #B00E77

Tints of Medium Violet Red #B00E77

RGB

 RED value IS 176 (69.14% from 255) = 56.96%

 GREEN value IS 14 (5.86% from 255) = 4.53%

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

R = 56.96%
G = 4.53%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B00E77 (or 0xB00E77) is known color: Medium Violet Red. HEX triplet: B0, 0E and 77. RGB value is (176,14,119). Sum of RGB (Red+Green+Blue) = 176+14+119=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 14 (5.86% from 255 or 4.53% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B00E77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00E77 is #4FF188. Grayscale: #4A4A4A. Windows color (decimal): -5239177 or 7802544. OLE color: 7802544.

HSL color Cylindrical-coordinate representation of color #B00E77: hue angle of 321.11º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B00E77 is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 14 119 -
CMYK 0 0.92 0.32 0.31
HSL 321.11º 0.85% 0.37% -
HSV(B) 321.11º 0.92% 0.69% -
XYZ 21.39 10.88 18.42 -
YUV 74.41 153.17 200.46 -
System Red Green Blue C M Y K H S L
Decimal 176 14 119 0 0.92 0.32 0.31 321.11 0.85 0.37
Hex B0 E 77 0 5C 20 1F 141 55 25
Octal 260 16 167 0 134 40 37 501 125 45
Binary 10110000 1110 1110111 0 1011100 100000 11111 101000001 1010101 100101

Color Harmonies of #B00E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00E77

Black with #B00E77

Text Example


Text Example

White with #B00E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00E77; }

 p { color: rgb(176,14,119); }

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

background-color css

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

 a { background-color: rgb(176,14,119); }

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

border-color css

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

 span { border-color: rgb(176,14,119); }

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