Html Css Color HEX #B1138E Medium Violet Red

📋 copy color: '#B1138E'

red 177 ◦ green 19 ◦ blue 142

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

Shades of Medium Violet Red #B1138E

Tints of Medium Violet Red #B1138E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.62%

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

R = 52.37%
G = 5.62%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1138E (or 0xB1138E) is known color: Medium Violet Red. HEX triplet: B1, 13 and 8E. RGB value is (177,19,142). Sum of RGB (Red+Green+Blue) = 177+19+142=338 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.37% from 338); Green value is 19 (7.81% from 255 or 5.62% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 177 - color contains mainly: red. Hex color #B1138E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1138E is #4EEC71. Grayscale: #4F4F4F. Windows color (decimal): -5172338 or 9311153. OLE color: 9311153.

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

Color convert

RGB 177 19 142 -
CMYK 0 0.89 0.20 0.31
HSL 313.29º 0.81% 0.38% -
HSV(B) 313.29º 0.89% 0.69% -
XYZ 23.25 11.77 26.64 -
YUV 80.26 162.85 197 -
System Red Green Blue C M Y K H S L
Decimal 177 19 142 0 0.89 0.20 0.31 313.29 0.81 0.38
Hex B1 13 8E 0 59 14 1F 139 51 26
Octal 261 23 216 0 131 24 37 471 121 46
Binary 10110001 10011 10001110 0 1011001 10100 11111 100111001 1010001 100110

Color Harmonies of #B1138E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1138E

Black with #B1138E

Text Example


Text Example

White with #B1138E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1138E; }

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

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

background-color css

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

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

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

border-color css

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

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

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