#B5889B

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

Shades of Viola #B5889B

Tints of Viola #B5889B

Color information

#B5889B (or 0xB5889B) is unknown color: approx Viola. HEX triplet: B5, 88 and 9B. RGB value is (181,136,155). Sum of RGB (Red+Green+Blue) = 181+136+155=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 181 - color contains mainly: red. Hex color #B5889B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5889B is #4A7764. Grayscale: #979797. Windows color (decimal): -4880229 or 10193077. OLE color: 10193077.

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

Color convert

RGB181136155-
CMYK00.250.140.29
HSL334.67º23.32%62.16%-
HSV(B)334.67º24.86%70.98%-
XYZ33.7829.834.98-
YUV151.62129.91148.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.35%
GREEN value IS 136 (53.52% from 255) = 28.81%
BLUE value IS 155 (60.94% from 255) = 32.84%
R=38.35%
G=28.81%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113615500.250.140.29334.6723.3262.16
HexB5889B019E1D14f173e
Octal26521023303116355172776
Binary10110101100010001001101101100111101110110100111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5889B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5889B; }

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

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

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

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

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

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

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

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