#B58D94

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

Shades of Viola #B58D94

Tints of Viola #B58D94

Color information

#B58D94 (or 0xB58D94) is unknown color: approx Viola. HEX triplet: B5, 8D and 94. RGB value is (181,141,148). Sum of RGB (Red+Green+Blue) = 181+141+148=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 141 (55.47% from 255 or 30% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 181 - color contains mainly: red. Hex color #B58D94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58D94 is #4A726B. Grayscale: #999999. Windows color (decimal): -4878956 or 9735605. OLE color: 9735605.

HSL color Cylindrical-coordinate representation of color #B58D94: hue angle of 349.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 #B58D94 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB181141148-
CMYK00.220.180.29
HSL349.5º21.28%63.14%-
HSV(B)349.5º22.1%70.98%-
XYZ33.9331.0132.21-
YUV153.76124.75147.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.51%
GREEN value IS 141 (55.47% from 255) = 30%
BLUE value IS 148 (58.20% from 255) = 31.49%
R=38.51%
G=30%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114114800.220.180.29349.521.2863.14
HexB58D94016121D15e153f
Octal26521522402622355362577
Binary101101011000110110010100010110100101110110101111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58D94; }

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

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

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

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

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

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

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

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