#B729A8

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

Shades of Medium Red Violet #B729A8

Tints of Medium Red Violet #B729A8

Color information

#B729A8 (or 0xB729A8) is unknown color: approx Medium Red Violet. HEX triplet: B7, 29 and A8. RGB value is (183,41,168). Sum of RGB (Red+Green+Blue) = 183+41+168=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 41 (16.41% from 255 or 10.46% from 392); Blue value is 168 (66.02% from 255 or 42.86% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B729A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B729A8 is #48D657. Grayscale: #616161. Windows color (decimal): -4773464 or 11020727. OLE color: 11020727.

HSL color Cylindrical-coordinate representation of color #B729A8: hue angle of 306.34º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B729A8 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB18341168-
CMYK00.780.080.28
HSL306.34º63.39%43.92%-
HSV(B)306.34º77.6%71.76%-
XYZ27.3914.4838.4-
YUV97.94167.54188.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.68%
GREEN value IS 41 (16.41% from 255) = 10.46%
BLUE value IS 168 (66.02% from 255) = 42.86%
R=46.68%
G=10.46%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1834116800.780.080.28306.3463.3943.92
HexB729A804E81C1323f2c
Octal26751250011610344627754
Binary101101111010011010100001001110100011100100110010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B729A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B729A8; }

 p { color: rgb(183,41,168); }

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

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

 a { background-color: rgb(183,41,168); }

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

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

 span { border-color: rgb(183,41,168); }

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