#B5929A

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

Shades of Viola #B5929A

Tints of Viola #B5929A

Color information

#B5929A (or 0xB5929A) is unknown color: approx Viola. HEX triplet: B5, 92 and 9A. RGB value is (181,146,154). Sum of RGB (Red+Green+Blue) = 181+146+154=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 146 (57.42% from 255 or 30.35% from 481); Blue value is 154 (60.55% from 255 or 32.02% from 481); Max value from RGB is 181 - color contains mainly: red. Hex color #B5929A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5929A is #4A6D65. Grayscale: #9D9D9D. Windows color (decimal): -4877670 or 10130101. OLE color: 10130101.

HSL color Cylindrical-coordinate representation of color #B5929A: hue angle of 346.29º 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 #B5929A is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB181146154-
CMYK00.190.150.29
HSL346.29º19.13%64.12%-
HSV(B)346.29º19.34%70.98%-
XYZ35.1732.7135.03-
YUV157.38126.1144.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.63%
GREEN value IS 146 (57.42% from 255) = 30.35%
BLUE value IS 154 (60.55% from 255) = 32.02%
R=37.63%
G=30.35%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114615400.190.150.29346.2919.1364.12
HexB5929A013F1D15a1340
Octal265222232023173553223100
Binary101101011001001010011010010011111111101101011010100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5929A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5929A; }

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

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

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

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

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

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

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

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