#BC889A

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

Shades of Viola #BC889A

Tints of Viola #BC889A

Color information

#BC889A (or 0xBC889A) is unknown color: approx Viola. HEX triplet: BC, 88 and 9A. RGB value is (188,136,154). Sum of RGB (Red+Green+Blue) = 188+136+154=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BC889A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC889A is #437765. Grayscale: #999999. Windows color (decimal): -4421478 or 10127548. OLE color: 10127548.

HSL color Cylindrical-coordinate representation of color #BC889A: hue angle of 339.23º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BC889A is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB188136154-
CMYK00.280.180.26
HSL339.23º27.96%63.53%-
HSV(B)339.23º27.66%73.73%-
XYZ35.3830.6334.62-
YUV153.6128.23152.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.33%
GREEN value IS 136 (53.52% from 255) = 28.45%
BLUE value IS 154 (60.55% from 255) = 32.22%
R=39.33%
G=28.45%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18813615400.280.180.26339.2327.9663.53
HexBC889A01C121A1531c40
Octal274210232034223252334100
Binary1011110010001000100110100111001001011010101010011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC889A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC889A; }

 p { color: rgb(188,136,154); }

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

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

 a { background-color: rgb(188,136,154); }

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

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

 span { border-color: rgb(188,136,154); }

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