Html Css Color HEX #B1198C Medium Violet Red

📋 copy color: '#B1198C'

red 177 ◦ green 25 ◦ blue 140

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

Shades of Medium Violet Red #B1198C

Tints of Medium Violet Red #B1198C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.94%

R = 51.75%
G = 7.31%
B = 40.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B1198C (or 0xB1198C) is known color: Medium Violet Red. HEX triplet: B1, 19 and 8C. RGB value is (177,25,140). Sum of RGB (Red+Green+Blue) = 177+25+140=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 140 (55.08% from 255 or 40.94% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B1198C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1198C is #4EE673. Grayscale: #535353. Windows color (decimal): -5170804 or 9181617. OLE color: 9181617.

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

Color convert

RGB 177 25 140 -
CMYK 0 0.86 0.21 0.31
HSL 314.61º 0.75% 0.4% -
HSV(B) 314.61º 0.86% 0.69% -
XYZ 23.21 11.94 25.89 -
YUV 83.56 159.86 194.65 -
System Red Green Blue C M Y K H S L
Decimal 177 25 140 0 0.86 0.21 0.31 314.61 0.75 0.4
Hex B1 19 8C 0 56 15 1F 13B 4B 28
Octal 261 31 214 0 126 25 37 473 113 50
Binary 10110001 11001 10001100 0 1010110 10101 11111 100111011 1001011 101000

Color Harmonies of #B1198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1198C

Black with #B1198C

Text Example


Text Example

White with #B1198C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1198C; }

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

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

background-color css

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

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

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

border-color css

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

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

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