Html Css Color HEX #B1199F Medium Violet Red

📋 copy color: '#B1199F'

red 177 ◦ green 25 ◦ blue 159

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

Shades of Medium Violet Red #B1199F

Tints of Medium Violet Red #B1199F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.93%

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

R = 49.03%
G = 6.93%
B = 44.04%

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

#B1199F (or 0xB1199F) is known color: Medium Violet Red. HEX triplet: B1, 19 and 9F. RGB value is (177,25,159). Sum of RGB (Red+Green+Blue) = 177+25+159=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 25 (10.16% from 255 or 6.93% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B1199F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1199F is #4EE660. Grayscale: #555555. Windows color (decimal): -5170785 or 10426801. OLE color: 10426801.

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

Color convert

RGB 177 25 159 -
CMYK 0 0.86 0.10 0.31
HSL 307.11º 0.75% 0.4% -
HSV(B) 307.11º 0.86% 0.69% -
XYZ 24.74 12.55 33.92 -
YUV 85.72 169.36 193.1 -
System Red Green Blue C M Y K H S L
Decimal 177 25 159 0 0.86 0.10 0.31 307.11 0.75 0.4
Hex B1 19 9F 0 56 A 1F 133 4B 28
Octal 261 31 237 0 126 12 37 463 113 50
Binary 10110001 11001 10011111 0 1010110 1010 11111 100110011 1001011 101000

Color Harmonies of #B1199F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1199F

Black with #B1199F

Text Example


Text Example

White with #B1199F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1199F; }

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

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

background-color css

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

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

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

border-color css

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

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

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