#BB839D

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

Shades of Viola #BB839D

Tints of Viola #BB839D

Color information

#BB839D (or 0xBB839D) is unknown color: approx Viola. HEX triplet: BB, 83 and 9D. RGB value is (187,131,157). Sum of RGB (Red+Green+Blue) = 187+131+157=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 157 (61.72% from 255 or 33.05% from 475); Max value from RGB is 187 - color contains mainly: red. Hex color #BB839D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB839D is #447C62. Grayscale: #969696. Windows color (decimal): -4488291 or 10322875. OLE color: 10322875.

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

Color convert

RGB187131157-
CMYK00.300.160.27
HSL332.14º29.17%62.35%-
HSV(B)332.14º29.95%73.33%-
XYZ34.729.2335.71-
YUV150.71131.55153.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.37%
GREEN value IS 131 (51.56% from 255) = 27.58%
BLUE value IS 157 (61.72% from 255) = 33.05%
R=39.37%
G=27.58%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18713115700.300.160.27332.1429.1762.35
HexBB839D01E101B14c1d3e
Octal27320323503620335143576
Binary101110111000001110011101011110100001101110100110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB839D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB839D; }

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

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

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

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

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

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

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

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