#BC8D93

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

Shades of Viola #BC8D93

Tints of Viola #BC8D93

Color information

#BC8D93 (or 0xBC8D93) is unknown color: approx Viola. HEX triplet: BC, 8D and 93. RGB value is (188,141,147). Sum of RGB (Red+Green+Blue) = 188+141+147=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 141 (55.47% from 255 or 29.62% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8D93 is #43726C. Grayscale: #9B9B9B. Windows color (decimal): -4420205 or 9670076. OLE color: 9670076.

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

Color convert

RGB188141147-
CMYK00.250.220.26
HSL352.34º25.97%64.51%-
HSV(B)352.34º25%73.73%-
XYZ35.5331.8531.88-
YUV155.74123.07151.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.50%
GREEN value IS 141 (55.47% from 255) = 29.62%
BLUE value IS 147 (57.81% from 255) = 30.88%
R=39.50%
G=29.62%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814114700.250.220.26352.3425.9764.51
HexBC8D93019161A1601a41
Octal274215223031263254032101
Binary1011110010001101100100110110011011011010101100000110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8D93; }

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

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

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

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

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

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

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

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