Html Css Color HEX #B10686 Medium Violet Red

📋 copy color: '#B10686'

red 177 ◦ green 6 ◦ blue 134

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

Shades of Medium Violet Red #B10686

Tints of Medium Violet Red #B10686

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.89%

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

R = 55.84%
G = 1.89%
B = 42.27%

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

#B10686 (or 0xB10686) is known color: Medium Violet Red. HEX triplet: B1, 06 and 86. RGB value is (177,6,134). Sum of RGB (Red+Green+Blue) = 177+6+134=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B10686 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10686 is #4EF979. Grayscale: #474747. Windows color (decimal): -5175674 or 8783537. OLE color: 8783537.

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

Color convert

RGB 177 6 134 -
CMYK 0 0.97 0.24 0.31
HSL 315.09º 0.93% 0.36% -
HSV(B) 315.09º 0.97% 0.69% -
XYZ 22.5 11.2 23.53 -
YUV 71.72 163.15 203.09 -
System Red Green Blue C M Y K H S L
Decimal 177 6 134 0 0.97 0.24 0.31 315.09 0.93 0.36
Hex B1 6 86 0 61 18 1F 13B 5D 24
Octal 261 6 206 0 141 30 37 473 135 44
Binary 10110001 110 10000110 0 1100001 11000 11111 100111011 1011101 100100

Color Harmonies of #B10686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10686

Black with #B10686

Text Example


Text Example

White with #B10686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10686; }

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

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

background-color css

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

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

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

border-color css

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

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

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