#B58D9C

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

Shades of Viola #B58D9C

Tints of Viola #B58D9C

Color information

#B58D9C (or 0xB58D9C) is unknown color: approx Viola. HEX triplet: B5, 8D and 9C. RGB value is (181,141,156). Sum of RGB (Red+Green+Blue) = 181+141+156=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58D9C is #4A7263. Grayscale: #9A9A9A. Windows color (decimal): -4878948 or 10259893. OLE color: 10259893.

HSL color Cylindrical-coordinate representation of color #B58D9C: hue angle of 337.5º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B58D9C is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB181141156-
CMYK00.220.140.29
HSL337.5º21.28%63.14%-
HSV(B)337.5º22.1%70.98%-
XYZ34.5831.2735.67-
YUV154.67128.75146.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.87%
GREEN value IS 141 (55.47% from 255) = 29.50%
BLUE value IS 156 (61.33% from 255) = 32.64%
R=37.87%
G=29.50%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114115600.220.140.29337.521.2863.14
HexB58D9C016E1D152153f
Octal26521523402616355222577
Binary10110101100011011001110001011011101110110101001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58D9C; }

 p { color: rgb(181,141,156); }

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

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

 a { background-color: rgb(181,141,156); }

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

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

 span { border-color: rgb(181,141,156); }

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