#B58F94

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

Shades of Viola #B58F94

Tints of Viola #B58F94

Color information

#B58F94 (or 0xB58F94) is unknown color: approx Viola. HEX triplet: B5, 8F and 94. RGB value is (181,143,148). Sum of RGB (Red+Green+Blue) = 181+143+148=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 181 - color contains mainly: red. Hex color #B58F94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B58F94 is #4A706B. Grayscale: #9A9A9A. Windows color (decimal): -4878444 or 9736117. OLE color: 9736117.

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

Color convert

RGB181143148-
CMYK00.210.180.29
HSL352.11º20.43%63.53%-
HSV(B)352.11º20.99%70.98%-
XYZ34.2231.6132.31-
YUV154.93124.09146.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.35%
GREEN value IS 143 (56.25% from 255) = 30.30%
BLUE value IS 148 (58.20% from 255) = 31.36%
R=38.35%
G=30.30%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18114314800.210.180.29352.1120.4363.53
HexB58F94015121D1601440
Octal265217224025223554024100
Binary1011010110001111100101000101011001011101101100000101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58F94; }

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

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

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

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

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

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

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

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