Html Css Color HEX #B10D81 Medium Violet Red

📋 copy color: '#B10D81'

red 177 ◦ green 13 ◦ blue 129

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

Shades of Medium Violet Red #B10D81

Tints of Medium Violet Red #B10D81

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.08%

 BLUE value IS 129 (50.78% from 255) = 40.44%

R = 55.49%
G = 4.08%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B10D81 (or 0xB10D81) is known color: Medium Violet Red. HEX triplet: B1, 0D and 81. RGB value is (177,13,129). Sum of RGB (Red+Green+Blue) = 177+13+129=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 13 (5.47% from 255 or 4.08% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B10D81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10D81 is #4EF27E. Grayscale: #4A4A4A. Windows color (decimal): -5173887 or 8457649. OLE color: 8457649.

HSL color Cylindrical-coordinate representation of color #B10D81: hue angle of 317.56º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10D81 is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 13 129 -
CMYK 0 0.93 0.27 0.31
HSL 317.56º 0.86% 0.37% -
HSV(B) 317.56º 0.93% 0.69% -
XYZ 22.24 11.22 21.76 -
YUV 75.26 158.33 200.57 -
System Red Green Blue C M Y K H S L
Decimal 177 13 129 0 0.93 0.27 0.31 317.56 0.86 0.37
Hex B1 D 81 0 5D 1B 1F 13E 56 25
Octal 261 15 201 0 135 33 37 476 126 45
Binary 10110001 1101 10000001 0 1011101 11011 11111 100111110 1010110 100101

Color Harmonies of #B10D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10D81

Black with #B10D81

Text Example


Text Example

White with #B10D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10D81; }

 p { color: rgb(177,13,129); }

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

background-color css

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

 a { background-color: rgb(177,13,129); }

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

border-color css

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

 span { border-color: rgb(177,13,129); }

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