Html Css Color HEX #B118A9 Medium Violet Red

📋 copy color: '#B118A9'

red 177 ◦ green 24 ◦ blue 169

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

Shades of Medium Violet Red #B118A9

Tints of Medium Violet Red #B118A9

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.49%

 BLUE value IS 169 (66.41% from 255) = 45.68%

R = 47.84%
G = 6.49%
B = 45.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B118A9 (or 0xB118A9) is known color: Medium Violet Red. HEX triplet: B1, 18 and A9. RGB value is (177,24,169). Sum of RGB (Red+Green+Blue) = 177+24+169=370 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.84% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 169 (66.41% from 255 or 45.68% from 370); Max value from RGB is 177 - color contains mainly: red. Hex color #B118A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B118A9 is #4EE756. Grayscale: #555555. Windows color (decimal): -5171031 or 11081905. OLE color: 11081905.

HSL color Cylindrical-coordinate representation of color #B118A9: hue angle of 303.14º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B118A9 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 24 169 -
CMYK 0 0.86 0.05 0.31
HSL 303.14º 0.76% 0.39% -
HSV(B) 303.14º 0.86% 0.69% -
XYZ 25.62 12.86 38.67 -
YUV 86.28 174.69 192.71 -
System Red Green Blue C M Y K H S L
Decimal 177 24 169 0 0.86 0.05 0.31 303.14 0.76 0.39
Hex B1 18 A9 0 56 5 1F 12F 4C 27
Octal 261 30 251 0 126 5 37 457 114 47
Binary 10110001 11000 10101001 0 1010110 101 11111 100101111 1001100 100111

Color Harmonies of #B118A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B118A9

Black with #B118A9

Text Example


Text Example

White with #B118A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B118A9; }

 p { color: rgb(177,24,169); }

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

background-color css

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

 a { background-color: rgb(177,24,169); }

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

border-color css

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

 span { border-color: rgb(177,24,169); }

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