#B5879A

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

Shades of Viola #B5879A

Tints of Viola #B5879A

Color information

#B5879A (or 0xB5879A) is unknown color: approx Viola. HEX triplet: B5, 87 and 9A. RGB value is (181,135,154). Sum of RGB (Red+Green+Blue) = 181+135+154=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 154 (60.55% from 255 or 32.77% from 470); Max value from RGB is 181 - color contains mainly: red. Hex color #B5879A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5879A is #4A7865. Grayscale: #969696. Windows color (decimal): -4880486 or 10127285. OLE color: 10127285.

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

Color convert

RGB181135154-
CMYK00.250.150.29
HSL335.22º23.71%61.96%-
HSV(B)335.22º25.41%70.98%-
XYZ33.5529.4834.49-
YUV150.92129.74149.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.51%
GREEN value IS 135 (53.12% from 255) = 28.72%
BLUE value IS 154 (60.55% from 255) = 32.77%
R=38.51%
G=28.72%
B=32.77%

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
Decimal18113515400.250.150.29335.2223.7161.96
HexB5879A019F1D14f183e
Octal26520723203117355173076
Binary10110101100001111001101001100111111110110100111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5879A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5879A; }

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

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

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

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

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

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

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

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