#BB859D

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

Shades of Viola #BB859D

Tints of Viola #BB859D

Color information

#BB859D (or 0xBB859D) is unknown color: approx Viola. HEX triplet: BB, 85 and 9D. RGB value is (187,133,157). Sum of RGB (Red+Green+Blue) = 187+133+157=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 157 (61.72% from 255 or 32.91% from 477); Max value from RGB is 187 - color contains mainly: red. Hex color #BB859D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB859D is #447A62. Grayscale: #979797. Windows color (decimal): -4487779 or 10323387. OLE color: 10323387.

HSL color Cylindrical-coordinate representation of color #BB859D: hue angle of 333.33º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BB859D is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB187133157-
CMYK00.290.160.27
HSL333.33º28.42%62.75%-
HSV(B)333.33º28.88%73.33%-
XYZ34.9729.7735.8-
YUV151.88130.89153.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.20%
GREEN value IS 133 (52.34% from 255) = 27.88%
BLUE value IS 157 (61.72% from 255) = 32.91%
R=39.20%
G=27.88%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713315700.290.160.27333.3328.4262.75
HexBB859D01D101B14d1c3f
Octal27320523503520335153477
Binary101110111000010110011101011101100001101110100110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB859D; }

 p { color: rgb(187,133,157); }

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

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

 a { background-color: rgb(187,133,157); }

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

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

 span { border-color: rgb(187,133,157); }

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