Html Css Color HEX #B1198F Medium Violet Red

📋 copy color: '#B1198F'

red 177 ◦ green 25 ◦ blue 143

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

Shades of Medium Violet Red #B1198F

Tints of Medium Violet Red #B1198F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.45%

R = 51.3%
G = 7.25%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B1198F (or 0xB1198F) is known color: Medium Violet Red. HEX triplet: B1, 19 and 8F. RGB value is (177,25,143). Sum of RGB (Red+Green+Blue) = 177+25+143=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 25 (10.16% from 255 or 7.25% from 345); Blue value is 143 (56.25% from 255 or 41.45% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B1198F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1198F is #4EE670. Grayscale: #535353. Windows color (decimal): -5170801 or 9378225. OLE color: 9378225.

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

Color convert

RGB 177 25 143 -
CMYK 0 0.86 0.19 0.31
HSL 313.42º 0.75% 0.4% -
HSV(B) 313.42º 0.86% 0.69% -
XYZ 23.44 12.03 27.07 -
YUV 83.9 161.36 194.41 -
System Red Green Blue C M Y K H S L
Decimal 177 25 143 0 0.86 0.19 0.31 313.42 0.75 0.4
Hex B1 19 8F 0 56 13 1F 139 4B 28
Octal 261 31 217 0 126 23 37 471 113 50
Binary 10110001 11001 10001111 0 1010110 10011 11111 100111001 1001011 101000

Color Harmonies of #B1198F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1198F

Black with #B1198F

Text Example


Text Example

White with #B1198F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1198F; }

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

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

background-color css

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

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

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

border-color css

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

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

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