#BC909D

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

Shades of Viola #BC909D

Tints of Viola #BC909D

Color information

#BC909D (or 0xBC909D) is unknown color: approx Viola. HEX triplet: BC, 90 and 9D. RGB value is (188,144,157). Sum of RGB (Red+Green+Blue) = 188+144+157=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 157 (61.72% from 255 or 32.11% from 489); Max value from RGB is 188 - color contains mainly: red. Hex color #BC909D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC909D is #436F62. Grayscale: #9E9E9E. Windows color (decimal): -4419427 or 10326204. OLE color: 10326204.

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

Color convert

RGB188144157-
CMYK00.230.160.26
HSL342.27º24.72%65.1%-
HSV(B)342.27º23.4%73.73%-
XYZ36.833.0736.34-
YUV158.64127.08148.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.45%
GREEN value IS 144 (56.64% from 255) = 29.45%
BLUE value IS 157 (61.72% from 255) = 32.11%
R=38.45%
G=29.45%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814415700.230.160.26342.2724.7265.1
HexBC909D017101A1561941
Octal274220235027203252631101
Binary1011110010010000100111010101111000011010101010110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC909D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC909D; }

 p { color: rgb(188,144,157); }

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

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

 a { background-color: rgb(188,144,157); }

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

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

 span { border-color: rgb(188,144,157); }

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