Html Css Color HEX #B1158E Medium Violet Red

📋 copy color: '#B1158E'

red 177 ◦ green 21 ◦ blue 142

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

Shades of Medium Violet Red #B1158E

Tints of Medium Violet Red #B1158E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.18%

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

R = 52.06%
G = 6.18%
B = 41.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1158E (or 0xB1158E) is known color: Medium Violet Red. HEX triplet: B1, 15 and 8E. RGB value is (177,21,142). Sum of RGB (Red+Green+Blue) = 177+21+142=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 21 (8.59% from 255 or 6.18% from 340); Blue value is 142 (55.86% from 255 or 41.76% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B1158E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1158E is #4EEA71. Grayscale: #515151. Windows color (decimal): -5171826 or 9311665. OLE color: 9311665.

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

Color convert

RGB 177 21 142 -
CMYK 0 0.88 0.20 0.31
HSL 313.46º 0.79% 0.39% -
HSV(B) 313.46º 0.88% 0.69% -
XYZ 23.28 11.84 26.65 -
YUV 81.44 162.18 196.16 -
System Red Green Blue C M Y K H S L
Decimal 177 21 142 0 0.88 0.20 0.31 313.46 0.79 0.39
Hex B1 15 8E 0 58 14 1F 139 4F 27
Octal 261 25 216 0 130 24 37 471 117 47
Binary 10110001 10101 10001110 0 1011000 10100 11111 100111001 1001111 100111

Color Harmonies of #B1158E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1158E

Black with #B1158E

Text Example


Text Example

White with #B1158E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1158E; }

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

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

background-color css

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

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

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

border-color css

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

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

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