#BC8DA3

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

Shades of Viola #BC8DA3

Tints of Viola #BC8DA3

Color information

#BC8DA3 (or 0xBC8DA3) is unknown color: approx Viola. HEX triplet: BC, 8D and A3. RGB value is (188,141,163). Sum of RGB (Red+Green+Blue) = 188+141+163=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 141 (55.47% from 255 or 28.66% from 492); Blue value is 163 (64.06% from 255 or 33.13% from 492); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8DA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8DA3 is #43725C. Grayscale: #9D9D9D. Windows color (decimal): -4420189 or 10718652. OLE color: 10718652.

HSL color Cylindrical-coordinate representation of color #BC8DA3: hue angle of 331.91º 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 #BC8DA3 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB188141163-
CMYK00.250.130.26
HSL331.91º25.97%64.51%-
HSV(B)331.91º25%73.73%-
XYZ36.8732.3938.96-
YUV157.56131.07149.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.21%
GREEN value IS 141 (55.47% from 255) = 28.66%
BLUE value IS 163 (64.06% from 255) = 33.13%
R=38.21%
G=28.66%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814116300.250.130.26331.9125.9764.51
HexBC8DA3019D1A14c1a41
Octal274215243031153251432101
Binary101111001000110110100011011001110111010101001100110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8DA3; }

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

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

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

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

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

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

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

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