Html Css Color HEX #B1157E Medium Violet Red

📋 copy color: '#B1157E'

red 177 ◦ green 21 ◦ blue 126

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

Shades of Medium Violet Red #B1157E

Tints of Medium Violet Red #B1157E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.89%

R = 54.63%
G = 6.48%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B1157E (or 0xB1157E) is known color: Medium Violet Red. HEX triplet: B1, 15 and 7E. RGB value is (177,21,126). Sum of RGB (Red+Green+Blue) = 177+21+126=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B1157E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1157E is #4EEA81. Grayscale: #4F4F4F. Windows color (decimal): -5171842 or 8263089. OLE color: 8263089.

HSL color Cylindrical-coordinate representation of color #B1157E: hue angle of 319.62º 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 #B1157E is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 21 126 -
CMYK 0 0.88 0.29 0.31
HSL 319.62º 0.79% 0.39% -
HSV(B) 319.62º 0.88% 0.69% -
XYZ 22.17 11.39 20.77 -
YUV 79.61 154.18 197.46 -
System Red Green Blue C M Y K H S L
Decimal 177 21 126 0 0.88 0.29 0.31 319.62 0.79 0.39
Hex B1 15 7E 0 58 1D 1F 140 4F 27
Octal 261 25 176 0 130 35 37 500 117 47
Binary 10110001 10101 1111110 0 1011000 11101 11111 101000000 1001111 100111

Color Harmonies of #B1157E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1157E

Black with #B1157E

Text Example


Text Example

White with #B1157E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1157E; }

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

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

background-color css

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

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

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

border-color css

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

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

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