Shades of Viola #BC819A
Tints of Viola #BC819A
RGB
CMYK
RGB Variations
Color information
#BC819A (or 0xBC819A) is known color: 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
| RGB | 188 | 129 | 154 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.26 |
| HSL | 334.58º | 0.31% | 0.62% | - |
| HSV(B) | 334.58º | 0.31% | 0.74% | - |
| XYZ | 34.42 | 28.72 | 34.3 | - |
| YUV | 149.49 | 130.55 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 154 | 0 | 0.31 | 0.18 | 0.26 | 334.58 | 0.31 | 0.62 |
| Hex | BC | 81 | 9A | 0 | 1F | 12 | 1A | 14F | 1F | 3E |
| Octal | 274 | 201 | 232 | 0 | 37 | 22 | 32 | 517 | 37 | 76 |
| Binary | 10111100 | 10000001 | 10011010 | 0 | 11111 | 10010 | 11010 | 101001111 | 11111 | 111110 |
Color Harmonies of #BC819A
Complementary color
Monochromatic Colors of #BC819A
Black with #BC819A
Text Example
Text Example
White with #BC819A
Text Example
Text Example
HTML Codes & Css Web 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>