#BC91A5

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

Shades of Viola #BC91A5

Tints of Viola #BC91A5

Color information

#BC91A5 (or 0xBC91A5) is unknown color: approx Viola. HEX triplet: BC, 91 and A5. RGB value is (188,145,165). Sum of RGB (Red+Green+Blue) = 188+145+165=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 165 (64.84% from 255 or 33.13% from 498); Max value from RGB is 188 - color contains mainly: red. Hex color #BC91A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC91A5 is #436E5A. Grayscale: #A0A0A0. Windows color (decimal): -4419163 or 10850748. OLE color: 10850748.

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

Color convert

RGB188145165-
CMYK00.230.120.26
HSL332.09º24.29%65.29%-
HSV(B)332.09º22.87%73.73%-
XYZ37.6633.6640.11-
YUV160.14130.75147.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.75%
GREEN value IS 145 (57.03% from 255) = 29.12%
BLUE value IS 165 (64.84% from 255) = 33.13%
R=37.75%
G=29.12%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814516500.230.120.26332.0924.2965.29
HexBC91A5017C1A14c1841
Octal274221245027143251430101
Binary101111001001000110100101010111110011010101001100110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC91A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC91A5; }

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

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

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

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

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

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

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

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