#B118A3

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

Shades of Medium Violet Red #B118A3

Tints of Medium Violet Red #B118A3

Color information

#B118A3 (or 0xB118A3) is unknown color: approx Medium Violet Red. HEX triplet: B1, 18 and A3. RGB value is (177,24,163). Sum of RGB (Red+Green+Blue) = 177+24+163=364 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.63% from 364); Green value is 24 (9.77% from 255 or 6.59% from 364); Blue value is 163 (64.06% from 255 or 44.78% from 364); Max value from RGB is 177 - color contains mainly: red. Hex color #B118A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B118A3 is #4EE75C. Grayscale: #555555. Windows color (decimal): -5171037 or 10688689. OLE color: 10688689.

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

Color convert

RGB17724163-
CMYK00.860.080.31
HSL305.49º76.12%39.41%-
HSV(B)305.49º86.44%69.41%-
XYZ25.0712.6435.77-
YUV85.59171.69193.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.63%
GREEN value IS 24 (9.77% from 255) = 6.59%
BLUE value IS 163 (64.06% from 255) = 44.78%
R=48.63%
G=6.59%
B=44.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772416300.860.080.31305.4976.1239.41
HexB118A305681F1314c27
Octal261302430126103746111447
Binary101100011100010100011010101101000111111001100011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B118A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B118A3; }

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

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

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

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

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

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

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

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