#B5858E

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

Shades of Viola #B5858E

Tints of Viola #B5858E

Color information

#B5858E (or 0xB5858E) is unknown color: approx Viola. HEX triplet: B5, 85 and 8E. RGB value is (181,133,142). Sum of RGB (Red+Green+Blue) = 181+133+142=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 142 (55.86% from 255 or 31.14% from 456); Max value from RGB is 181 - color contains mainly: red. Hex color #B5858E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5858E is #4A7A71. Grayscale: #949494. Windows color (decimal): -4881010 or 9340341. OLE color: 9340341.

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

Color convert

RGB181133142-
CMYK00.270.220.29
HSL348.75º24.49%61.57%-
HSV(B)348.75º26.52%70.98%-
XYZ32.3328.5529.4-
YUV148.38124.4151.27-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.69%
GREEN value IS 133 (52.34% from 255) = 29.17%
BLUE value IS 142 (55.86% from 255) = 31.14%
R=39.69%
G=29.17%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113314200.270.220.29348.7524.4961.57
HexB5858E01B161D15d183e
Octal26520521603326355353076
Binary101101011000010110001110011011101101110110101110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5858E; }

 p { color: rgb(181,133,142); }

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

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

 a { background-color: rgb(181,133,142); }

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

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

 span { border-color: rgb(181,133,142); }

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