Html Css Color HEX #B10578 Medium Violet Red

📋 copy color: '#B10578'

red 177 ◦ green 5 ◦ blue 120

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

Shades of Medium Violet Red #B10578

Tints of Medium Violet Red #B10578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 39.74%

R = 58.61%
G = 1.66%
B = 39.74%

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

#B10578 (or 0xB10578) is known color: Medium Violet Red. HEX triplet: B1, 05 and 78. RGB value is (177,5,120). Sum of RGB (Red+Green+Blue) = 177+5+120=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B10578 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10578 is #4EFA87. Grayscale: #454545. Windows color (decimal): -5175944 or 7865777. OLE color: 7865777.

HSL color Cylindrical-coordinate representation of color #B10578: hue angle of 319.88º 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 #B10578 is Cyan = 0, Magento = 0.97, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 5 120 -
CMYK 0 0.97 0.32 0.31
HSL 319.88º 0.95% 0.36% -
HSV(B) 319.88º 0.97% 0.69% -
XYZ 21.58 10.81 18.72 -
YUV 69.54 156.48 204.65 -
System Red Green Blue C M Y K H S L
Decimal 177 5 120 0 0.97 0.32 0.31 319.88 0.95 0.36
Hex B1 5 78 0 61 20 1F 140 5F 24
Octal 261 5 170 0 141 40 37 500 137 44
Binary 10110001 101 1111000 0 1100001 100000 11111 101000000 1011111 100100

Color Harmonies of #B10578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10578

Black with #B10578

Text Example


Text Example

White with #B10578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10578; }

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

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

background-color css

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

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

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

border-color css

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

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

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