#B58F9A

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

Shades of Viola #B58F9A

Tints of Viola #B58F9A

Color information

#B58F9A (or 0xB58F9A) is unknown color: approx Viola. HEX triplet: B5, 8F and 9A. RGB value is (181,143,154). Sum of RGB (Red+Green+Blue) = 181+143+154=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58F9A is #4A7065. Grayscale: #9B9B9B. Windows color (decimal): -4878438 or 10129333. OLE color: 10129333.

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

Color convert

RGB181143154-
CMYK00.210.150.29
HSL342.63º20.43%63.53%-
HSV(B)342.63º20.99%70.98%-
XYZ34.7131.834.88-
YUV155.62127.09146.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.87%
GREEN value IS 143 (56.25% from 255) = 29.92%
BLUE value IS 154 (60.55% from 255) = 32.22%
R=37.87%
G=29.92%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114315400.210.150.29342.6320.4363.53
HexB58F9A015F1D1571440
Octal265217232025173552724100
Binary101101011000111110011010010101111111101101010111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58F9A; }

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

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

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

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

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

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

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

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