#BC92A0

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

Shades of Viola #BC92A0

Tints of Viola #BC92A0

Color information

#BC92A0 (or 0xBC92A0) is unknown color: approx Viola. HEX triplet: BC, 92 and A0. RGB value is (188,146,160). Sum of RGB (Red+Green+Blue) = 188+146+160=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 188 - color contains mainly: red. Hex color #BC92A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC92A0 is #436D5F. Grayscale: #A0A0A0. Windows color (decimal): -4418912 or 10523324. OLE color: 10523324.

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

Color convert

RGB188146160-
CMYK00.220.150.26
HSL340º23.86%65.49%-
HSV(B)340º22.34%73.73%-
XYZ37.3633.7937.81-
YUV160.15127.91147.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.06%
GREEN value IS 146 (57.42% from 255) = 29.55%
BLUE value IS 160 (62.89% from 255) = 32.39%
R=38.06%
G=29.55%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814616000.220.150.2634023.8665.49
HexBC92A0016F1A1541841
Octal274222240026173252430101
Binary101111001001001010100000010110111111010101010100110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC92A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC92A0; }

 p { color: rgb(188,146,160); }

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

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

 a { background-color: rgb(188,146,160); }

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

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

 span { border-color: rgb(188,146,160); }

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