Html Css Color HEX #B1189F Medium Violet Red

📋 copy color: '#B1189F'

red 177 ◦ green 24 ◦ blue 159

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

Shades of Medium Violet Red #B1189F

Tints of Medium Violet Red #B1189F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.17%

R = 49.17%
G = 6.67%
B = 44.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B1189F (or 0xB1189F) is known color: Medium Violet Red. HEX triplet: B1, 18 and 9F. RGB value is (177,24,159). Sum of RGB (Red+Green+Blue) = 177+24+159=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 159 (62.5% from 255 or 44.17% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B1189F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1189F is #4EE760. Grayscale: #545454. Windows color (decimal): -5171041 or 10426545. OLE color: 10426545.

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

Color convert

RGB 177 24 159 -
CMYK 0 0.86 0.10 0.31
HSL 307.06º 0.76% 0.39% -
HSV(B) 307.06º 0.86% 0.69% -
XYZ 24.72 12.5 33.91 -
YUV 85.14 169.69 193.52 -
System Red Green Blue C M Y K H S L
Decimal 177 24 159 0 0.86 0.10 0.31 307.06 0.76 0.39
Hex B1 18 9F 0 56 A 1F 133 4C 27
Octal 261 30 237 0 126 12 37 463 114 47
Binary 10110001 11000 10011111 0 1010110 1010 11111 100110011 1001100 100111

Color Harmonies of #B1189F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1189F

Black with #B1189F

Text Example


Text Example

White with #B1189F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1189F; }

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

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

background-color css

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

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

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

border-color css

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

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

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