#BB8993

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

Shades of Viola #BB8993

Tints of Viola #BB8993

Color information

#BB8993 (or 0xBB8993) is unknown color: approx Viola. HEX triplet: BB, 89 and 93. RGB value is (187,137,147). Sum of RGB (Red+Green+Blue) = 187+137+147=471 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.70% from 471); Green value is 137 (53.91% from 255 or 29.09% from 471); Blue value is 147 (57.81% from 255 or 31.21% from 471); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8993 is #44766C. Grayscale: #999999. Windows color (decimal): -4486765 or 9669051. OLE color: 9669051.

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

Color convert

RGB187137147-
CMYK00.270.210.27
HSL348º26.88%63.53%-
HSV(B)348º26.74%73.33%-
XYZ34.7130.5631.67-
YUV153.09124.57152.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.70%
GREEN value IS 137 (53.91% from 255) = 29.09%
BLUE value IS 147 (57.81% from 255) = 31.21%
R=39.70%
G=29.09%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713714700.270.210.2734826.8863.53
HexBB899301B151B15c1b40
Octal273211223033253353433100
Binary1011101110001001100100110110111010111011101011100110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8993; }

 p { color: rgb(187,137,147); }

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

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

 a { background-color: rgb(187,137,147); }

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

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

 span { border-color: rgb(187,137,147); }

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