#B118A5

Color #B118A5 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #B118A5

Tints of Medium Violet Red #B118A5

Color information

#B118A5 (or 0xB118A5) is unknown color: approx Medium Violet Red. HEX triplet: B1, 18 and A5. RGB value is (177,24,165). Sum of RGB (Red+Green+Blue) = 177+24+165=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 24 (9.77% from 255 or 6.56% from 366); Blue value is 165 (64.84% from 255 or 45.08% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B118A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B118A5 is #4EE75A. Grayscale: #555555. Windows color (decimal): -5171035 or 10819761. OLE color: 10819761.

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

Color convert

RGB17724165-
CMYK00.860.070.31
HSL304.71º76.12%39.41%-
HSV(B)304.71º86.44%69.41%-
XYZ25.2512.7236.72-
YUV85.82172.69193.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.36%
GREEN value IS 24 (9.77% from 255) = 6.56%
BLUE value IS 165 (64.84% from 255) = 45.08%
R=48.36%
G=6.56%
B=45.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772416500.860.070.31304.7176.1239.41
HexB118A505671F1314c27
Octal26130245012673746111447
Binary10110001110001010010101010110111111111001100011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B118A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B118A5; }

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

 H1.HeaderClassName
 {
   color: #B118A5;
 }
 .AnyTagClassName
 {
   color: #B118A5;
 }
</style>
background-color css

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

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

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

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

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

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