#B5898C

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

Shades of Viola #B5898C

Tints of Viola #B5898C

Color information

#B5898C (or 0xB5898C) is unknown color: approx Viola. HEX triplet: B5, 89 and 8C. RGB value is (181,137,140). Sum of RGB (Red+Green+Blue) = 181+137+140=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 137 (53.91% from 255 or 29.91% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 181 - color contains mainly: red. Hex color #B5898C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5898C is #4A7673. Grayscale: #969696. Windows color (decimal): -4879988 or 9210293. OLE color: 9210293.

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

Color convert

RGB181137140-
CMYK00.240.230.29
HSL355.91º22.92%62.35%-
HSV(B)355.91º24.31%70.98%-
XYZ32.7429.6128.8-
YUV150.5122.08149.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.52%
GREEN value IS 137 (53.91% from 255) = 29.91%
BLUE value IS 140 (55.08% from 255) = 30.57%
R=39.52%
G=29.91%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113714000.240.230.29355.9122.9262.35
HexB5898C018171D164173e
Octal26521121403027355442776
Binary101101011000100110001100011000101111110110110010010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5898C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5898C; }

 p { color: rgb(181,137,140); }

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

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

 a { background-color: rgb(181,137,140); }

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

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

 span { border-color: rgb(181,137,140); }

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