Html Css Color HEX #B1188A Medium Violet Red

📋 copy color: '#B1188A'

red 177 ◦ green 24 ◦ blue 138

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

Shades of Medium Violet Red #B1188A

Tints of Medium Violet Red #B1188A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.08%

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

R = 52.21%
G = 7.08%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B1188A (or 0xB1188A) is known color: Medium Violet Red. HEX triplet: B1, 18 and 8A. RGB value is (177,24,138). Sum of RGB (Red+Green+Blue) = 177+24+138=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B1188A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1188A is #4EE775. Grayscale: #525252. Windows color (decimal): -5171062 or 9050289. OLE color: 9050289.

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

Color convert

RGB 177 24 138 -
CMYK 0 0.86 0.22 0.31
HSL 315.29º 0.76% 0.39% -
HSV(B) 315.29º 0.86% 0.69% -
XYZ 23.05 11.84 25.11 -
YUV 82.74 159.19 195.23 -
System Red Green Blue C M Y K H S L
Decimal 177 24 138 0 0.86 0.22 0.31 315.29 0.76 0.39
Hex B1 18 8A 0 56 16 1F 13B 4C 27
Octal 261 30 212 0 126 26 37 473 114 47
Binary 10110001 11000 10001010 0 1010110 10110 11111 100111011 1001100 100111

Color Harmonies of #B1188A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1188A

Black with #B1188A

Text Example


Text Example

White with #B1188A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1188A; }

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

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

background-color css

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

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

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

border-color css

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

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

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