#B5929F

Color #B5929F Viola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viola #B5929F

Tints of Viola #B5929F

Color information

#B5929F (or 0xB5929F) is unknown color: approx Viola. HEX triplet: B5, 92 and 9F. RGB value is (181,146,159). Sum of RGB (Red+Green+Blue) = 181+146+159=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 159 (62.5% from 255 or 32.72% from 486); Max value from RGB is 181 - color contains mainly: red. Hex color #B5929F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5929F is #4A6D60. Grayscale: #9D9D9D. Windows color (decimal): -4877665 or 10457781. OLE color: 10457781.

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

Color convert

RGB181146159-
CMYK00.190.120.29
HSL337.71º19.13%64.12%-
HSV(B)337.71º19.34%70.98%-
XYZ35.5932.8837.27-
YUV157.95128.6144.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.24%
GREEN value IS 146 (57.42% from 255) = 30.04%
BLUE value IS 159 (62.5% from 255) = 32.72%
R=37.24%
G=30.04%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114615900.190.120.29337.7119.1364.12
HexB5929F013C1D1521340
Octal265222237023143552223100
Binary101101011001001010011111010011110011101101010010100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5929F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5929F; }

 p { color: rgb(181,146,159); }

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

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

 a { background-color: rgb(181,146,159); }

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

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

 span { border-color: rgb(181,146,159); }

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