#B5429C

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

Shades of Medium Red Violet #B5429C

Tints of Medium Red Violet #B5429C

Color information

#B5429C (or 0xB5429C) is unknown color: approx Medium Red Violet. HEX triplet: B5, 42 and 9C. RGB value is (181,66,156). Sum of RGB (Red+Green+Blue) = 181+66+156=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 66 (26.17% from 255 or 16.38% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 181 - color contains mainly: red. Hex color #B5429C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5429C is #4ABD63. Grayscale: #6E6E6E. Windows color (decimal): -4898148 or 10240693. OLE color: 10240693.

HSL color Cylindrical-coordinate representation of color #B5429C: hue angle of 313.04º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B5429C is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB18166156-
CMYK00.640.140.29
HSL313.04º46.56%48.43%-
HSV(B)313.04º63.54%70.98%-
XYZ27.0116.1233.14-
YUV110.64153.6178.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.91%
GREEN value IS 66 (26.17% from 255) = 16.38%
BLUE value IS 156 (61.33% from 255) = 38.71%
R=44.91%
G=16.38%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1816615600.640.140.29313.0446.5648.43
HexB5429C040E1D1392f30
Octal265102234010016354715760
Binary1011010110000101001110001000000111011101100111001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5429C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5429C; }

 p { color: rgb(181,66,156); }

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

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

 a { background-color: rgb(181,66,156); }

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

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

 span { border-color: rgb(181,66,156); }

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