#B5889A

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

Shades of Viola #B5889A

Tints of Viola #B5889A

Color information

#B5889A (or 0xB5889A) is unknown color: approx Viola. HEX triplet: B5, 88 and 9A. RGB value is (181,136,154). Sum of RGB (Red+Green+Blue) = 181+136+154=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 181 - color contains mainly: red. Hex color #B5889A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5889A is #4A7765. Grayscale: #979797. Windows color (decimal): -4880230 or 10127541. OLE color: 10127541.

HSL color Cylindrical-coordinate representation of color #B5889A: hue angle of 336º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5889A is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB181136154-
CMYK00.250.150.29
HSL336º23.32%62.16%-
HSV(B)336º24.86%70.98%-
XYZ33.6929.7734.54-
YUV151.51129.41149.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.43%
GREEN value IS 136 (53.52% from 255) = 28.87%
BLUE value IS 154 (60.55% from 255) = 32.70%
R=38.43%
G=28.87%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113615400.250.150.2933623.3262.16
HexB5889A019F1D150173e
Octal26521023203117355202776
Binary10110101100010001001101001100111111110110101000010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5889A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5889A; }

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

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

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

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

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

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

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

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