#BB8694

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

Shades of Viola #BB8694

Tints of Viola #BB8694

Color information

#BB8694 (or 0xBB8694) is unknown color: approx Viola. HEX triplet: BB, 86 and 94. RGB value is (187,134,148). Sum of RGB (Red+Green+Blue) = 187+134+148=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 134 (52.73% from 255 or 28.57% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8694 is #44796B. Grayscale: #979797. Windows color (decimal): -4487532 or 9733819. OLE color: 9733819.

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

Color convert

RGB187134148-
CMYK00.280.210.27
HSL344.15º28.04%62.94%-
HSV(B)344.15º28.34%73.33%-
XYZ34.3629.7531.95-
YUV151.44126.06153.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.87%
GREEN value IS 134 (52.73% from 255) = 28.57%
BLUE value IS 148 (58.20% from 255) = 31.56%
R=39.87%
G=28.57%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713414800.280.210.27344.1528.0462.94
HexBB869401C151B1581c3f
Octal27320622403425335303477
Binary101110111000011010010100011100101011101110101100011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8694; }

 p { color: rgb(187,134,148); }

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

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

 a { background-color: rgb(187,134,148); }

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

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

 span { border-color: rgb(187,134,148); }

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