#B88D97

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

Shades of Viola #B88D97

Tints of Viola #B88D97

Color information

#B88D97 (or 0xB88D97) is unknown color: approx Viola. HEX triplet: B8, 8D and 97. RGB value is (184,141,151). Sum of RGB (Red+Green+Blue) = 184+141+151=476 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.66% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 151 (59.38% from 255 or 31.72% from 476); Max value from RGB is 184 - color contains mainly: red. Hex color #B88D97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88D97 is #477268. Grayscale: #9B9B9B. Windows color (decimal): -4682345 or 9932216. OLE color: 9932216.

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

Color convert

RGB184141151-
CMYK00.230.180.28
HSL346.05º23.24%63.73%-
HSV(B)346.05º23.37%72.16%-
XYZ34.8831.4733.52-
YUV155125.75148.69-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.66%
GREEN value IS 141 (55.47% from 255) = 29.62%
BLUE value IS 151 (59.38% from 255) = 31.72%
R=38.66%
G=29.62%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414115100.230.180.28346.0523.2463.73
HexB88D97017121C15a1740
Octal270215227027223453227100
Binary1011100010001101100101110101111001011100101011010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88D97; }

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

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

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

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

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

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

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

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