Html Css Color HEX #B1178A Medium Violet Red

📋 copy color: '#B1178A'

red 177 ◦ green 23 ◦ blue 138

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

Shades of Medium Violet Red #B1178A

Tints of Medium Violet Red #B1178A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.8%

 BLUE value IS 138 (54.3% from 255) = 40.83%

R = 52.37%
G = 6.8%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B1178A (or 0xB1178A) is known color: Medium Violet Red. HEX triplet: B1, 17 and 8A. RGB value is (177,23,138). Sum of RGB (Red+Green+Blue) = 177+23+138=338 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.37% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 177 - color contains mainly: red. Hex color #B1178A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1178A is #4EE875. Grayscale: #515151. Windows color (decimal): -5171318 or 9050033. OLE color: 9050033.

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

Color convert

RGB 177 23 138 -
CMYK 0 0.87 0.22 0.31
HSL 315.19º 0.77% 0.39% -
HSV(B) 315.19º 0.87% 0.69% -
XYZ 23.03 11.79 25.11 -
YUV 82.16 159.52 195.65 -
System Red Green Blue C M Y K H S L
Decimal 177 23 138 0 0.87 0.22 0.31 315.19 0.77 0.39
Hex B1 17 8A 0 57 16 1F 13B 4D 27
Octal 261 27 212 0 127 26 37 473 115 47
Binary 10110001 10111 10001010 0 1010111 10110 11111 100111011 1001101 100111

Color Harmonies of #B1178A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1178A

Black with #B1178A

Text Example


Text Example

White with #B1178A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1178A; }

 p { color: rgb(177,23,138); }

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

background-color css

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

 a { background-color: rgb(177,23,138); }

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

border-color css

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

 span { border-color: rgb(177,23,138); }

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