Html Css Color HEX #B10685 Medium Violet Red

📋 copy color: '#B10685'

red 177 ◦ green 6 ◦ blue 133

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

Shades of Medium Violet Red #B10685

Tints of Medium Violet Red #B10685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 42.09%

R = 56.01%
G = 1.9%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#B10685 (or 0xB10685) is known color: Medium Violet Red. HEX triplet: B1, 06 and 85. RGB value is (177,6,133). Sum of RGB (Red+Green+Blue) = 177+6+133=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 6 (2.73% from 255 or 1.90% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B10685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10685 is #4EF97A. Grayscale: #474747. Windows color (decimal): -5175675 or 8718001. OLE color: 8718001.

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

Color convert

RGB 177 6 133 -
CMYK 0 0.97 0.25 0.31
HSL 315.44º 0.93% 0.36% -
HSV(B) 315.44º 0.97% 0.69% -
XYZ 22.43 11.17 23.16 -
YUV 71.61 162.65 203.17 -
System Red Green Blue C M Y K H S L
Decimal 177 6 133 0 0.97 0.25 0.31 315.44 0.93 0.36
Hex B1 6 85 0 61 19 1F 13B 5D 24
Octal 261 6 205 0 141 31 37 473 135 44
Binary 10110001 110 10000101 0 1100001 11001 11111 100111011 1011101 100100

Color Harmonies of #B10685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10685

Black with #B10685

Text Example


Text Example

White with #B10685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10685; }

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

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

background-color css

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

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

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

border-color css

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

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

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