#B58A9A

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

Shades of Viola #B58A9A

Tints of Viola #B58A9A

Color information

#B58A9A (or 0xB58A9A) is unknown color: approx Viola. HEX triplet: B5, 8A and 9A. RGB value is (181,138,154). Sum of RGB (Red+Green+Blue) = 181+138+154=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 181 - color contains mainly: red. Hex color #B58A9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58A9A is #4A7565. Grayscale: #989898. Windows color (decimal): -4879718 or 10128053. OLE color: 10128053.

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

Color convert

RGB181138154-
CMYK00.240.150.29
HSL337.67º22.51%62.55%-
HSV(B)337.67º23.76%70.98%-
XYZ33.9830.3334.64-
YUV152.68128.75148.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.27%
GREEN value IS 138 (54.30% from 255) = 29.18%
BLUE value IS 154 (60.55% from 255) = 32.56%
R=38.27%
G=29.18%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113815400.240.150.29337.6722.5162.55
HexB58A9A018F1D152173f
Octal26521223203017355222777
Binary10110101100010101001101001100011111110110101001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58A9A; }

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

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

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

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

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

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

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

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