Html Css Color HEX #B119A6 Medium Violet Red

📋 copy color: '#B119A6'

red 177 ◦ green 25 ◦ blue 166

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

Shades of Medium Violet Red #B119A6

Tints of Medium Violet Red #B119A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 45.11%

R = 48.1%
G = 6.79%
B = 45.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B119A6 (or 0xB119A6) is known color: Medium Violet Red. HEX triplet: B1, 19 and A6. RGB value is (177,25,166). Sum of RGB (Red+Green+Blue) = 177+25+166=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 166 (65.23% from 255 or 45.11% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B119A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B119A6 is #4EE659. Grayscale: #565656. Windows color (decimal): -5170778 or 10885553. OLE color: 10885553.

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

Color convert

RGB 177 25 166 -
CMYK 0 0.86 0.06 0.31
HSL 304.34º 0.75% 0.4% -
HSV(B) 304.34º 0.86% 0.69% -
XYZ 25.36 12.8 37.21 -
YUV 86.52 172.86 192.54 -
System Red Green Blue C M Y K H S L
Decimal 177 25 166 0 0.86 0.06 0.31 304.34 0.75 0.4
Hex B1 19 A6 0 56 6 1F 130 4B 28
Octal 261 31 246 0 126 6 37 460 113 50
Binary 10110001 11001 10100110 0 1010110 110 11111 100110000 1001011 101000

Color Harmonies of #B119A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B119A6

Black with #B119A6

Text Example


Text Example

White with #B119A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B119A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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