#B118A4

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

Shades of Medium Violet Red #B118A4

Tints of Medium Violet Red #B118A4

Color information

#B118A4 (or 0xB118A4) is unknown color: approx Medium Violet Red. HEX triplet: B1, 18 and A4. RGB value is (177,24,164). Sum of RGB (Red+Green+Blue) = 177+24+164=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 164 (64.45% from 255 or 44.93% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B118A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B118A4 is #4EE75B. Grayscale: #555555. Windows color (decimal): -5171036 or 10754225. OLE color: 10754225.

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

Color convert

RGB17724164-
CMYK00.860.070.31
HSL305.1º76.12%39.41%-
HSV(B)305.1º86.44%69.41%-
XYZ25.1612.6836.24-
YUV85.71172.19193.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.49%
GREEN value IS 24 (9.77% from 255) = 6.58%
BLUE value IS 164 (64.45% from 255) = 44.93%
R=48.49%
G=6.58%
B=44.93%

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
Decimal1772416400.860.070.31305.176.1239.41
HexB118A405671F1314c27
Octal26130244012673746111447
Binary10110001110001010010001010110111111111001100011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B118A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B118A4; }

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

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

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

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

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

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

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

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