#B58F9E

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

Shades of Viola #B58F9E

Tints of Viola #B58F9E

Color information

#B58F9E (or 0xB58F9E) is unknown color: approx Viola. HEX triplet: B5, 8F and 9E. RGB value is (181,143,158). Sum of RGB (Red+Green+Blue) = 181+143+158=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 143 (56.25% from 255 or 29.67% from 482); Blue value is 158 (62.11% from 255 or 32.78% from 482); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58F9E is #4A7061. Grayscale: #9C9C9C. Windows color (decimal): -4878434 or 10391477. OLE color: 10391477.

HSL color Cylindrical-coordinate representation of color #B58F9E: hue angle of 336.32º 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 #B58F9E is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB181143158-
CMYK00.210.130.29
HSL336.32º20.43%63.53%-
HSV(B)336.32º20.99%70.98%-
XYZ35.0531.9436.66-
YUV156.07129.09145.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.55%
GREEN value IS 143 (56.25% from 255) = 29.67%
BLUE value IS 158 (62.11% from 255) = 32.78%
R=37.55%
G=29.67%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114315800.210.130.29336.3220.4363.53
HexB58F9E015D1D1501440
Octal265217236025153552024100
Binary101101011000111110011110010101110111101101010000101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58F9E; }

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

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

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

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

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

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

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

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