#B8868D

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

Shades of Viola #B8868D

Tints of Viola #B8868D

Color information

#B8868D (or 0xB8868D) is unknown color: approx Viola. HEX triplet: B8, 86 and 8D. RGB value is (184,134,141). Sum of RGB (Red+Green+Blue) = 184+134+141=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 134 (52.73% from 255 or 29.19% from 459); Blue value is 141 (55.47% from 255 or 30.72% from 459); Max value from RGB is 184 - color contains mainly: red. Hex color #B8868D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8868D is #477972. Grayscale: #959595. Windows color (decimal): -4684147 or 9275064. OLE color: 9275064.

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

Color convert

RGB184134141-
CMYK00.270.230.28
HSL351.6º26.04%62.35%-
HSV(B)351.6º27.17%72.16%-
XYZ33.129.1629.08-
YUV149.75123.06152.43-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.09%
GREEN value IS 134 (52.73% from 255) = 29.19%
BLUE value IS 141 (55.47% from 255) = 30.72%
R=40.09%
G=29.19%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413414100.270.230.28351.626.0462.35
HexB8868D01B171C1601a3e
Octal27020621503327345403276
Binary101110001000011010001101011011101111110010110000011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8868D; }

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

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

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

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

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

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

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

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