#BB939D

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

Shades of Viola #BB939D

Tints of Viola #BB939D

Color information

#BB939D (or 0xBB939D) is unknown color: approx Viola. HEX triplet: BB, 93 and 9D. RGB value is (187,147,157). Sum of RGB (Red+Green+Blue) = 187+147+157=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 187 - color contains mainly: red. Hex color #BB939D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB939D is #446C62. Grayscale: #A0A0A0. Windows color (decimal): -4484195 or 10326971. OLE color: 10326971.

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

Color convert

RGB187147157-
CMYK00.210.160.27
HSL345º22.73%65.49%-
HSV(B)345º21.39%73.33%-
XYZ37.0133.8736.48-
YUV160.1126.25147.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.09%
GREEN value IS 147 (57.81% from 255) = 29.94%
BLUE value IS 157 (61.72% from 255) = 31.98%
R=38.09%
G=29.94%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714715700.210.160.2734522.7365.49
HexBB939D015101B1591741
Octal273223235025203353127101
Binary1011101110010011100111010101011000011011101011001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB939D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB939D; }

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

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

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

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

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

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

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

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