Shades of Viola #BF99A8
Tints of Viola #BF99A8
RGB
CMYK
RGB Variations
Color information
#BF99A8 (or 0xBF99A8) is known color: Viola. HEX triplet: BF, 99 and A8. RGB value is (191,153,168). Sum of RGB (Red+Green+Blue) = 191+153+168=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 168 (66.02% from 255 or 32.81% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BF99A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF99A8 is #406657. Grayscale: #A6A6A6. Windows color (decimal): -4220504 or 11049407. OLE color: 11049407.
HSL color Cylindrical-coordinate representation of color #BF99A8: hue angle of 336.32º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BF99A8 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 153 | 168 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.25 |
| HSL | 336.32º | 0.23% | 0.67% | - |
| HSV(B) | 336.32º | 0.2% | 0.75% | - |
| XYZ | 39.94 | 36.69 | 42.02 | - |
| YUV | 166.07 | 129.09 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 153 | 168 | 0 | 0.20 | 0.12 | 0.25 | 336.32 | 0.23 | 0.67 |
| Hex | BF | 99 | A8 | 0 | 14 | C | 19 | 150 | 17 | 43 |
| Octal | 277 | 231 | 250 | 0 | 24 | 14 | 31 | 520 | 27 | 103 |
| Binary | 10111111 | 10011001 | 10101000 | 0 | 10100 | 1100 | 11001 | 101010000 | 10111 | 1000011 |
Color Harmonies of #BF99A8
Complementary color
Monochromatic Colors of #BF99A8
Black with #BF99A8
Text Example
Text Example
White with #BF99A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF99A8; }
p { color: rgb(191,153,168); }
H1.HeaderClassName
{
color: #BF99A8;
}
.AnyTagClassName
{
color: #BF99A8;
}
</style>
background-color css
<style>
a { background-color: #BF99A8; }
a { background-color: rgb(191,153,168); }
div.DivClassName
{
background-color: #BF99A8;
}
.BgClassName
{
background-color: #BF99A8;
}
</style>
border-color css
<style>
span { border-color: #BF99A8; }
span { border-color: rgb(191,153,168); }
td.TdClassName
{
border-color: #BF99A8;
}
.TagClassName
{
border-color: #BF99A8;
}
</style>