#BC91A3

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

Shades of Viola #BC91A3

Tints of Viola #BC91A3

Color information

#BC91A3 (or 0xBC91A3) is unknown color: approx Viola. HEX triplet: BC, 91 and A3. RGB value is (188,145,163). Sum of RGB (Red+Green+Blue) = 188+145+163=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 145 (57.03% from 255 or 29.23% from 496); Blue value is 163 (64.06% from 255 or 32.86% from 496); Max value from RGB is 188 - color contains mainly: red. Hex color #BC91A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC91A3 is #436E5C. Grayscale: #9F9F9F. Windows color (decimal): -4419165 or 10719676. OLE color: 10719676.

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

Color convert

RGB188145163-
CMYK00.230.130.26
HSL334.88º24.29%65.29%-
HSV(B)334.88º22.87%73.73%-
XYZ37.4833.5939.16-
YUV159.91129.75148.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.90%
GREEN value IS 145 (57.03% from 255) = 29.23%
BLUE value IS 163 (64.06% from 255) = 32.86%
R=37.90%
G=29.23%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814516300.230.130.26334.8824.2965.29
HexBC91A3017D1A14f1841
Octal274221243027153251730101
Binary101111001001000110100011010111110111010101001111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC91A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC91A3; }

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

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

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

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

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

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

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

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