Shades of Viola #BD83A0
Tints of Viola #BD83A0
RGB
CMYK
RGB Variations
Color information
#BD83A0 (or 0xBD83A0) is known color: Viola. HEX triplet: BD, 83 and A0. RGB value is (189,131,160). Sum of RGB (Red+Green+Blue) = 189+131+160=480 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.38% from 480); Green value is 131 (51.56% from 255 or 27.29% from 480); Blue value is 160 (62.89% from 255 or 33.33% from 480); Max value from RGB is 189 - color contains mainly: red. Hex color #BD83A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD83A0 is #427C5F. Grayscale: #979797. Windows color (decimal): -4357216 or 10519485. OLE color: 10519485.
HSL color Cylindrical-coordinate representation of color #BD83A0: hue angle of 330º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BD83A0 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 131 | 160 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.26 |
| HSL | 330º | 0.31% | 0.63% | - |
| HSV(B) | 330º | 0.31% | 0.74% | - |
| XYZ | 35.45 | 29.59 | 37.1 | - |
| YUV | 151.65 | 132.72 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 131 | 160 | 0 | 0.31 | 0.15 | 0.26 | 330 | 0.31 | 0.63 |
| Hex | BD | 83 | A0 | 0 | 1F | F | 1A | 14A | 1F | 3F |
| Octal | 275 | 203 | 240 | 0 | 37 | 17 | 32 | 512 | 37 | 77 |
| Binary | 10111101 | 10000011 | 10100000 | 0 | 11111 | 1111 | 11010 | 101001010 | 11111 | 111111 |
Color Harmonies of #BD83A0
Complementary color
Monochromatic Colors of #BD83A0
Black with #BD83A0
Text Example
Text Example
White with #BD83A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD83A0; }
p { color: rgb(189,131,160); }
H1.HeaderClassName
{
color: #BD83A0;
}
.AnyTagClassName
{
color: #BD83A0;
}
</style>
background-color css
<style>
a { background-color: #BD83A0; }
a { background-color: rgb(189,131,160); }
div.DivClassName
{
background-color: #BD83A0;
}
.BgClassName
{
background-color: #BD83A0;
}
</style>
border-color css
<style>
span { border-color: #BD83A0; }
span { border-color: rgb(189,131,160); }
td.TdClassName
{
border-color: #BD83A0;
}
.TagClassName
{
border-color: #BD83A0;
}
</style>