#BC819A

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

Shades of Viola #BC819A

Tints of Viola #BC819A

Color information

#BC819A (or 0xBC819A) is unknown color: approx Viola. HEX triplet: BC, 81 and 9A. RGB value is (188,129,154). Sum of RGB (Red+Green+Blue) = 188+129+154=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BC819A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC819A is #437E65. Grayscale: #959595. Windows color (decimal): -4423270 or 10125756. OLE color: 10125756.

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

Color convert

RGB188129154-
CMYK00.310.180.26
HSL334.58º30.57%62.16%-
HSV(B)334.58º31.38%73.73%-
XYZ34.4228.7234.3-
YUV149.49130.55155.47-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.92%
GREEN value IS 129 (50.78% from 255) = 27.39%
BLUE value IS 154 (60.55% from 255) = 32.70%
R=39.92%
G=27.39%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812915400.310.180.26334.5830.5762.16
HexBC819A01F121A14f1f3e
Octal27420123203722325173776
Binary101111001000000110011010011111100101101010100111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC819A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC819A; }

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

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

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

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

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

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

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

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