Html Css Color HEX #B10586 Medium Violet Red

📋 copy color: '#B10586'

red 177 ◦ green 5 ◦ blue 134

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

Shades of Medium Violet Red #B10586

Tints of Medium Violet Red #B10586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 42.41%

R = 56.01%
G = 1.58%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B10586 (or 0xB10586) is known color: Medium Violet Red. HEX triplet: B1, 05 and 86. RGB value is (177,5,134). Sum of RGB (Red+Green+Blue) = 177+5+134=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B10586 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10586 is #4EFA79. Grayscale: #464646. Windows color (decimal): -5175930 or 8783281. OLE color: 8783281.

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

Color convert

RGB 177 5 134 -
CMYK 0 0.97 0.24 0.31
HSL 315º 0.95% 0.36% -
HSV(B) 315º 0.97% 0.69% -
XYZ 22.49 11.18 23.53 -
YUV 71.13 163.48 203.51 -
System Red Green Blue C M Y K H S L
Decimal 177 5 134 0 0.97 0.24 0.31 315 0.95 0.36
Hex B1 5 86 0 61 18 1F 13B 5F 24
Octal 261 5 206 0 141 30 37 473 137 44
Binary 10110001 101 10000110 0 1100001 11000 11111 100111011 1011111 100100

Color Harmonies of #B10586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10586

Black with #B10586

Text Example


Text Example

White with #B10586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10586; }

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

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

background-color css

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

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

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

border-color css

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

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

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