#B58699

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

Shades of Viola #B58699

Tints of Viola #B58699

Color information

#B58699 (or 0xB58699) is unknown color: approx Viola. HEX triplet: B5, 86 and 99. RGB value is (181,134,153). Sum of RGB (Red+Green+Blue) = 181+134+153=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 181 - color contains mainly: red. Hex color #B58699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58699 is #4A7966. Grayscale: #969696. Windows color (decimal): -4880743 or 10061493. OLE color: 10061493.

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

Color convert

RGB181134153-
CMYK00.260.150.29
HSL335.74º24.1%61.76%-
HSV(B)335.74º25.97%70.98%-
XYZ33.3329.1734.01-
YUV150.22129.57149.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.68%
GREEN value IS 134 (52.73% from 255) = 28.63%
BLUE value IS 153 (60.16% from 255) = 32.69%
R=38.68%
G=28.63%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113415300.260.150.29335.7424.161.76
HexB5869901AF1D150183e
Octal26520623103217355203076
Binary10110101100001101001100101101011111110110101000011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58699; }

 p { color: rgb(181,134,153); }

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

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

 a { background-color: rgb(181,134,153); }

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

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

 span { border-color: rgb(181,134,153); }

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