Html Css Color HEX #B1199C Medium Violet Red

📋 copy color: '#B1199C'

red 177 ◦ green 25 ◦ blue 156

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

Shades of Medium Violet Red #B1199C

Tints of Medium Violet Red #B1199C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.58%

R = 49.44%
G = 6.98%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B1199C (or 0xB1199C) is known color: Medium Violet Red. HEX triplet: B1, 19 and 9C. RGB value is (177,25,156). Sum of RGB (Red+Green+Blue) = 177+25+156=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 25 (10.16% from 255 or 6.98% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B1199C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1199C is #4EE663. Grayscale: #555555. Windows color (decimal): -5170788 or 10230193. OLE color: 10230193.

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

Color convert

RGB 177 25 156 -
CMYK 0 0.86 0.12 0.31
HSL 308.29º 0.75% 0.4% -
HSV(B) 308.29º 0.86% 0.69% -
XYZ 24.48 12.44 32.56 -
YUV 85.38 167.86 193.35 -
System Red Green Blue C M Y K H S L
Decimal 177 25 156 0 0.86 0.12 0.31 308.29 0.75 0.4
Hex B1 19 9C 0 56 C 1F 134 4B 28
Octal 261 31 234 0 126 14 37 464 113 50
Binary 10110001 11001 10011100 0 1010110 1100 11111 100110100 1001011 101000

Color Harmonies of #B1199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1199C

Black with #B1199C

Text Example


Text Example

White with #B1199C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1199C; }

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

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

background-color css

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

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

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

border-color css

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

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

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