#BC8C99

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

Shades of Viola #BC8C99

Tints of Viola #BC8C99

Color information

#BC8C99 (or 0xBC8C99) is unknown color: approx Viola. HEX triplet: BC, 8C and 99. RGB value is (188,140,153). Sum of RGB (Red+Green+Blue) = 188+140+153=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC8C99 is #437366. Grayscale: #9B9B9B. Windows color (decimal): -4420455 or 10063036. OLE color: 10063036.

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

Color convert

RGB188140153-
CMYK00.260.190.26
HSL343.75º26.37%64.31%-
HSV(B)343.75º25.53%73.73%-
XYZ35.8731.7534.37-
YUV155.83126.4150.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.09%
GREEN value IS 140 (55.08% from 255) = 29.11%
BLUE value IS 153 (60.16% from 255) = 31.81%
R=39.09%
G=29.11%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814015300.260.190.26343.7526.3764.31
HexBC8C9901A131A1581a40
Octal274214231032233253032100
Binary1011110010001100100110010110101001111010101011000110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8C99; }

 p { color: rgb(188,140,153); }

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

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

 a { background-color: rgb(188,140,153); }

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

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

 span { border-color: rgb(188,140,153); }

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