#B88D8E

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

Shades of Viola #B88D8E

Tints of Viola #B88D8E

Color information

#B88D8E (or 0xB88D8E) is unknown color: approx Viola. HEX triplet: B8, 8D and 8E. RGB value is (184,141,142). Sum of RGB (Red+Green+Blue) = 184+141+142=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 142 (55.86% from 255 or 30.41% from 467); Max value from RGB is 184 - color contains mainly: red. Hex color #B88D8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88D8E is #477271. Grayscale: #9A9A9A. Windows color (decimal): -4682354 or 9342392. OLE color: 9342392.

HSL color Cylindrical-coordinate representation of color #B88D8E: hue angle of 358.6º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B88D8E is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB184141142-
CMYK00.230.230.28
HSL358.6º23.24%63.73%-
HSV(B)358.6º23.37%72.16%-
XYZ34.1731.1929.81-
YUV153.97121.25149.42-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.40%
GREEN value IS 141 (55.47% from 255) = 30.19%
BLUE value IS 142 (55.86% from 255) = 30.41%
R=39.40%
G=30.19%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414114200.230.230.28358.623.2463.73
HexB88D8E017171C1671740
Octal270215216027273454727100
Binary1011100010001101100011100101111011111100101100111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88D8E; }

 p { color: rgb(184,141,142); }

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

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

 a { background-color: rgb(184,141,142); }

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

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

 span { border-color: rgb(184,141,142); }

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