#B592A2

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

Shades of Viola #B592A2

Tints of Viola #B592A2

Color information

#B592A2 (or 0xB592A2) is unknown color: approx Viola. HEX triplet: B5, 92 and A2. RGB value is (181,146,162). Sum of RGB (Red+Green+Blue) = 181+146+162=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 146 (57.42% from 255 or 29.86% from 489); Blue value is 162 (63.67% from 255 or 33.13% from 489); Max value from RGB is 181 - color contains mainly: red. Hex color #B592A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B592A2 is #4A6D5D. Grayscale: #9E9E9E. Windows color (decimal): -4877662 or 10654389. OLE color: 10654389.

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

Color convert

RGB181146162-
CMYK00.190.100.29
HSL332.57º19.13%64.12%-
HSV(B)332.57º19.34%70.98%-
XYZ35.8632.9938.66-
YUV158.29130.1144.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.01%
GREEN value IS 146 (57.42% from 255) = 29.86%
BLUE value IS 162 (63.67% from 255) = 33.13%
R=37.01%
G=29.86%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114616200.190.100.29332.5719.1364.12
HexB592A2013A1D14d1340
Octal265222242023123551523100
Binary101101011001001010100010010011101011101101001101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B592A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B592A2; }

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

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

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

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

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

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

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

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