#B28E93

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

Shades of Viola #B28E93

Tints of Viola #B28E93

Color information

#B28E93 (or 0xB28E93) is unknown color: approx Viola. HEX triplet: B2, 8E and 93. RGB value is (178,142,147). Sum of RGB (Red+Green+Blue) = 178+142+147=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 178 - color contains mainly: red. Hex color #B28E93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28E93 is #4D716C. Grayscale: #999999. Windows color (decimal): -5075309 or 9670322. OLE color: 9670322.

HSL color Cylindrical-coordinate representation of color #B28E93: hue angle of 351.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 #B28E93 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB178142147-
CMYK00.200.170.30
HSL351.67º18.95%62.75%-
HSV(B)351.67º20.22%69.8%-
XYZ33.330.9231.82-
YUV153.33124.43145.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.12%
GREEN value IS 142 (55.86% from 255) = 30.41%
BLUE value IS 147 (57.81% from 255) = 31.48%
R=38.12%
G=30.41%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814214700.200.170.30351.6718.9562.75
HexB28E93014111E160133f
Octal26221622302421365402377
Binary101100101000111010010011010100100011111010110000010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28E93; }

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

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

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

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

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

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

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

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