#B28E90

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

Shades of Viola #B28E90

Tints of Viola #B28E90

Color information

#B28E90 (or 0xB28E90) is unknown color: approx Viola. HEX triplet: B2, 8E and 90. RGB value is (178,142,144). Sum of RGB (Red+Green+Blue) = 178+142+144=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 144 (56.64% from 255 or 31.03% from 464); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28E90 is #4D716F. Grayscale: #999999. Windows color (decimal): -5075312 or 9473714. OLE color: 9473714.

HSL color Cylindrical-coordinate representation of color #B28E90: hue angle of 356.67º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B28E90 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB178142144-
CMYK00.200.190.30
HSL356.67º18.95%62.75%-
HSV(B)356.67º20.22%69.8%-
XYZ33.0730.8230.59-
YUV152.99122.93145.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.36%
GREEN value IS 142 (55.86% from 255) = 30.60%
BLUE value IS 144 (56.64% from 255) = 31.03%
R=38.36%
G=30.60%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814214400.200.190.30356.6718.9562.75
HexB28E90014131E165133f
Octal26221622002423365452377
Binary101100101000111010010000010100100111111010110010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28E90; }

 p { color: rgb(178,142,144); }

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

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

 a { background-color: rgb(178,142,144); }

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

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

 span { border-color: rgb(178,142,144); }

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