#BC8499

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

Shades of Viola #BC8499

Tints of Viola #BC8499

Color information

#BC8499 (or 0xBC8499) is unknown color: approx Viola. HEX triplet: BC, 84 and 99. RGB value is (188,132,153). Sum of RGB (Red+Green+Blue) = 188+132+153=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 153 (60.16% from 255 or 32.35% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8499 is #437B66. Grayscale: #979797. Windows color (decimal): -4422503 or 10060988. OLE color: 10060988.

HSL color Cylindrical-coordinate representation of color #BC8499: hue angle of 337.5º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BC8499 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB188132153-
CMYK00.300.190.26
HSL337.5º29.47%62.75%-
HSV(B)337.5º29.79%73.73%-
XYZ34.7429.4934-
YUV151.14129.05154.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.75%
GREEN value IS 132 (51.95% from 255) = 27.91%
BLUE value IS 153 (60.16% from 255) = 32.35%
R=39.75%
G=27.91%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813215300.300.190.26337.529.4762.75
HexBC849901E131A1521d3f
Octal27420423103623325223577
Binary101111001000010010011001011110100111101010101001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8499; }

 p { color: rgb(188,132,153); }

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

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

 a { background-color: rgb(188,132,153); }

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

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

 span { border-color: rgb(188,132,153); }

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