Shades of Viola #BF93A6
Tints of Viola #BF93A6
RGB
CMYK
RGB Variations
Color information
#BF93A6 (or 0xBF93A6) is known color: Viola. HEX triplet: BF, 93 and A6. RGB value is (191,147,166). Sum of RGB (Red+Green+Blue) = 191+147+166=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 166 (65.23% from 255 or 32.94% from 504); Max value from RGB is 191 - color contains mainly: red. Hex color #BF93A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF93A6 is #406C59. Grayscale: #A2A2A2. Windows color (decimal): -4222042 or 10916799. OLE color: 10916799.
HSL color Cylindrical-coordinate representation of color #BF93A6: hue angle of 334.09º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BF93A6 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 147 | 166 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.25 |
| HSL | 334.09º | 0.26% | 0.66% | - |
| HSV(B) | 334.09º | 0.23% | 0.75% | - |
| XYZ | 38.8 | 34.7 | 40.73 | - |
| YUV | 162.32 | 130.08 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 147 | 166 | 0 | 0.23 | 0.13 | 0.25 | 334.09 | 0.26 | 0.66 |
| Hex | BF | 93 | A6 | 0 | 17 | D | 19 | 14E | 1A | 42 |
| Octal | 277 | 223 | 246 | 0 | 27 | 15 | 31 | 516 | 32 | 102 |
| Binary | 10111111 | 10010011 | 10100110 | 0 | 10111 | 1101 | 11001 | 101001110 | 11010 | 1000010 |
Color Harmonies of #BF93A6
Complementary color
Monochromatic Colors of #BF93A6
Black with #BF93A6
Text Example
Text Example
White with #BF93A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF93A6; }
p { color: rgb(191,147,166); }
H1.HeaderClassName
{
color: #BF93A6;
}
.AnyTagClassName
{
color: #BF93A6;
}
</style>
background-color css
<style>
a { background-color: #BF93A6; }
a { background-color: rgb(191,147,166); }
div.DivClassName
{
background-color: #BF93A6;
}
.BgClassName
{
background-color: #BF93A6;
}
</style>
border-color css
<style>
span { border-color: #BF93A6; }
span { border-color: rgb(191,147,166); }
td.TdClassName
{
border-color: #BF93A6;
}
.TagClassName
{
border-color: #BF93A6;
}
</style>