Shades of Viola #BD819A
Tints of Viola #BD819A
RGB
CMYK
RGB Variations
Color information
#BD819A (or 0xBD819A) is known color: Viola. HEX triplet: BD, 81 and 9A. RGB value is (189,129,154). Sum of RGB (Red+Green+Blue) = 189+129+154=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BD819A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD819A is #427E65. Grayscale: #959595. Windows color (decimal): -4357734 or 10125757. OLE color: 10125757.
HSL color Cylindrical-coordinate representation of color #BD819A: hue angle of 335º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD819A is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 129 | 154 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.26 |
| HSL | 335º | 0.31% | 0.62% | - |
| HSV(B) | 335º | 0.32% | 0.74% | - |
| XYZ | 34.67 | 28.85 | 34.31 | - |
| YUV | 149.79 | 130.38 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 129 | 154 | 0 | 0.32 | 0.19 | 0.26 | 335 | 0.31 | 0.62 |
| Hex | BD | 81 | 9A | 0 | 20 | 13 | 1A | 14F | 1F | 3E |
| Octal | 275 | 201 | 232 | 0 | 40 | 23 | 32 | 517 | 37 | 76 |
| Binary | 10111101 | 10000001 | 10011010 | 0 | 100000 | 10011 | 11010 | 101001111 | 11111 | 111110 |
Color Harmonies of #BD819A
Complementary color
Monochromatic Colors of #BD819A
Black with #BD819A
Text Example
Text Example
White with #BD819A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD819A; }
p { color: rgb(189,129,154); }
H1.HeaderClassName
{
color: #BD819A;
}
.AnyTagClassName
{
color: #BD819A;
}
</style>
background-color css
<style>
a { background-color: #BD819A; }
a { background-color: rgb(189,129,154); }
div.DivClassName
{
background-color: #BD819A;
}
.BgClassName
{
background-color: #BD819A;
}
</style>
border-color css
<style>
span { border-color: #BD819A; }
span { border-color: rgb(189,129,154); }
td.TdClassName
{
border-color: #BD819A;
}
.TagClassName
{
border-color: #BD819A;
}
</style>