#BB8D93

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

Shades of Viola #BB8D93

Tints of Viola #BB8D93

Color information

#BB8D93 (or 0xBB8D93) is unknown color: approx Viola. HEX triplet: BB, 8D and 93. RGB value is (187,141,147). Sum of RGB (Red+Green+Blue) = 187+141+147=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB8D93 is #44726C. Grayscale: #9B9B9B. Windows color (decimal): -4485741 or 9670075. OLE color: 9670075.

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

Color convert

RGB187141147-
CMYK00.250.210.27
HSL352.17º25.27%64.31%-
HSV(B)352.17º24.6%73.33%-
XYZ35.2831.7231.87-
YUV155.44123.24150.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.37%
GREEN value IS 141 (55.47% from 255) = 29.68%
BLUE value IS 147 (57.81% from 255) = 30.95%
R=39.37%
G=29.68%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714114700.250.210.27352.1725.2764.31
HexBB8D93019151B1601940
Octal273215223031253354031100
Binary1011101110001101100100110110011010111011101100000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8D93; }

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

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

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

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

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

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

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

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