Html Css Color HEX #B10E8E Medium Violet Red

📋 copy color: '#B10E8E'

red 177 ◦ green 14 ◦ blue 142

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

Shades of Medium Violet Red #B10E8E

Tints of Medium Violet Red #B10E8E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.2%

 BLUE value IS 142 (55.86% from 255) = 42.64%

R = 53.15%
G = 4.2%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B10E8E (or 0xB10E8E) is known color: Medium Violet Red. HEX triplet: B1, 0E and 8E. RGB value is (177,14,142). Sum of RGB (Red+Green+Blue) = 177+14+142=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 14 (5.86% from 255 or 4.20% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B10E8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10E8E is #4EF171. Grayscale: #4C4C4C. Windows color (decimal): -5173618 or 9309873. OLE color: 9309873.

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

Color convert

RGB 177 14 142 -
CMYK 0 0.92 0.20 0.31
HSL 312.88º 0.85% 0.37% -
HSV(B) 312.88º 0.92% 0.69% -
XYZ 23.17 11.61 26.61 -
YUV 77.33 164.5 199.09 -
System Red Green Blue C M Y K H S L
Decimal 177 14 142 0 0.92 0.20 0.31 312.88 0.85 0.37
Hex B1 E 8E 0 5C 14 1F 139 55 25
Octal 261 16 216 0 134 24 37 471 125 45
Binary 10110001 1110 10001110 0 1011100 10100 11111 100111001 1010101 100101

Color Harmonies of #B10E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10E8E

Black with #B10E8E

Text Example


Text Example

White with #B10E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10E8E; }

 p { color: rgb(177,14,142); }

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

background-color css

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

 a { background-color: rgb(177,14,142); }

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

border-color css

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

 span { border-color: rgb(177,14,142); }

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