Html Css Color HEX #B1118E Medium Violet Red

📋 copy color: '#B1118E'

red 177 ◦ green 17 ◦ blue 142

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

Shades of Medium Violet Red #B1118E

Tints of Medium Violet Red #B1118E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.06%

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

R = 52.68%
G = 5.06%
B = 42.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1118E (or 0xB1118E) is known color: Medium Violet Red. HEX triplet: B1, 11 and 8E. RGB value is (177,17,142). Sum of RGB (Red+Green+Blue) = 177+17+142=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B1118E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1118E is #4EEE71. Grayscale: #4E4E4E. Windows color (decimal): -5172850 or 9310641. OLE color: 9310641.

HSL color Cylindrical-coordinate representation of color #B1118E: hue angle of 313.12º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B1118E is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 17 142 -
CMYK 0 0.90 0.20 0.31
HSL 313.13º 0.82% 0.38% -
HSV(B) 313.13º 0.9% 0.69% -
XYZ 23.21 11.7 26.63 -
YUV 79.09 163.51 197.84 -
System Red Green Blue C M Y K H S L
Decimal 177 17 142 0 0.90 0.20 0.31 313.13 0.82 0.38
Hex B1 11 8E 0 5A 14 1F 139 52 26
Octal 261 21 216 0 132 24 37 471 122 46
Binary 10110001 10001 10001110 0 1011010 10100 11111 100111001 1010010 100110

Color Harmonies of #B1118E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1118E

Black with #B1118E

Text Example


Text Example

White with #B1118E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1118E; }

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

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

background-color css

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

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

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

border-color css

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

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

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