#BC919D

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

Shades of Viola #BC919D

Tints of Viola #BC919D

Color information

#BC919D (or 0xBC919D) is unknown color: approx Viola. HEX triplet: BC, 91 and 9D. RGB value is (188,145,157). Sum of RGB (Red+Green+Blue) = 188+145+157=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 145 (57.03% from 255 or 29.59% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 188 - color contains mainly: red. Hex color #BC919D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC919D is #436E62. Grayscale: #9F9F9F. Windows color (decimal): -4419171 or 10326460. OLE color: 10326460.

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

Color convert

RGB188145157-
CMYK00.230.160.26
HSL343.26º24.29%65.29%-
HSV(B)343.26º22.87%73.73%-
XYZ36.9533.3836.39-
YUV159.22126.75148.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.37%
GREEN value IS 145 (57.03% from 255) = 29.59%
BLUE value IS 157 (61.72% from 255) = 32.04%
R=38.37%
G=29.59%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814515700.230.160.26343.2624.2965.29
HexBC919D017101A1571841
Octal274221235027203252730101
Binary1011110010010001100111010101111000011010101010111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC919D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC919D; }

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

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

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

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

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

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

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

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