Html Css Color HEX #B10579 Medium Violet Red

📋 copy color: '#B10579'

red 177 ◦ green 5 ◦ blue 121

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

Shades of Medium Violet Red #B10579

Tints of Medium Violet Red #B10579

RGB

 RED value IS 177 (69.53% from 255) = 58.42%

 GREEN value IS 5 (2.34% from 255) = 1.65%

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

R = 58.42%
G = 1.65%
B = 39.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B10579 (or 0xB10579) is known color: Medium Violet Red. HEX triplet: B1, 05 and 79. RGB value is (177,5,121). Sum of RGB (Red+Green+Blue) = 177+5+121=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B10579 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10579 is #4EFA86. Grayscale: #454545. Windows color (decimal): -5175943 or 7931313. OLE color: 7931313.

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

Color convert

RGB 177 5 121 -
CMYK 0 0.97 0.32 0.31
HSL 319.53º 0.95% 0.36% -
HSV(B) 319.53º 0.97% 0.69% -
XYZ 21.64 10.84 19.04 -
YUV 69.65 156.98 204.57 -
System Red Green Blue C M Y K H S L
Decimal 177 5 121 0 0.97 0.32 0.31 319.53 0.95 0.36
Hex B1 5 79 0 61 20 1F 140 5F 24
Octal 261 5 171 0 141 40 37 500 137 44
Binary 10110001 101 1111001 0 1100001 100000 11111 101000000 1011111 100100

Color Harmonies of #B10579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10579

Black with #B10579

Text Example


Text Example

White with #B10579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10579; }

 p { color: rgb(177,5,121); }

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

background-color css

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

 a { background-color: rgb(177,5,121); }

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

border-color css

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

 span { border-color: rgb(177,5,121); }

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