Html Css Color HEX #B119A4 Medium Violet Red

📋 copy color: '#B119A4'

red 177 ◦ green 25 ◦ blue 164

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

Shades of Medium Violet Red #B119A4

Tints of Medium Violet Red #B119A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 44.81%

R = 48.36%
G = 6.83%
B = 44.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B119A4 (or 0xB119A4) is known color: Medium Violet Red. HEX triplet: B1, 19 and A4. RGB value is (177,25,164). Sum of RGB (Red+Green+Blue) = 177+25+164=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 164 (64.45% from 255 or 44.81% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B119A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B119A4 is #4EE65B. Grayscale: #555555. Windows color (decimal): -5170780 or 10754481. OLE color: 10754481.

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

Color convert

RGB 177 25 164 -
CMYK 0 0.86 0.07 0.31
HSL 305.13º 0.75% 0.4% -
HSV(B) 305.13º 0.86% 0.69% -
XYZ 25.18 12.72 36.25 -
YUV 86.29 171.86 192.7 -
System Red Green Blue C M Y K H S L
Decimal 177 25 164 0 0.86 0.07 0.31 305.13 0.75 0.4
Hex B1 19 A4 0 56 7 1F 131 4B 28
Octal 261 31 244 0 126 7 37 461 113 50
Binary 10110001 11001 10100100 0 1010110 111 11111 100110001 1001011 101000

Color Harmonies of #B119A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B119A4

Black with #B119A4

Text Example


Text Example

White with #B119A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B119A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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