Shades of Viola #BD8F9B
Tints of Viola #BD8F9B
RGB
CMYK
RGB Variations
Color information
#BD8F9B (or 0xBD8F9B) is known color: Viola. HEX triplet: BD, 8F and 9B. RGB value is (189,143,155). Sum of RGB (Red+Green+Blue) = 189+143+155=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 155 (60.94% from 255 or 31.83% from 487); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD8F9B is #427064. Grayscale: #9E9E9E. Windows color (decimal): -4354149 or 10194877. OLE color: 10194877.
HSL color Cylindrical-coordinate representation of color #BD8F9B: hue angle of 344.35º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BD8F9B is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 143 | 155 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.26 |
| HSL | 344.35º | 0.26% | 0.65% | - |
| HSV(B) | 344.35º | 0.24% | 0.74% | - |
| XYZ | 36.73 | 32.83 | 35.41 | - |
| YUV | 158.12 | 126.24 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 155 | 0 | 0.24 | 0.18 | 0.26 | 344.35 | 0.26 | 0.65 |
| Hex | BD | 8F | 9B | 0 | 18 | 12 | 1A | 158 | 1A | 41 |
| Octal | 275 | 217 | 233 | 0 | 30 | 22 | 32 | 530 | 32 | 101 |
| Binary | 10111101 | 10001111 | 10011011 | 0 | 11000 | 10010 | 11010 | 101011000 | 11010 | 1000001 |
Color Harmonies of #BD8F9B
Complementary color
Monochromatic Colors of #BD8F9B
Black with #BD8F9B
Text Example
Text Example
White with #BD8F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8F9B; }
p { color: rgb(189,143,155); }
H1.HeaderClassName
{
color: #BD8F9B;
}
.AnyTagClassName
{
color: #BD8F9B;
}
</style>
background-color css
<style>
a { background-color: #BD8F9B; }
a { background-color: rgb(189,143,155); }
div.DivClassName
{
background-color: #BD8F9B;
}
.BgClassName
{
background-color: #BD8F9B;
}
</style>
border-color css
<style>
span { border-color: #BD8F9B; }
span { border-color: rgb(189,143,155); }
td.TdClassName
{
border-color: #BD8F9B;
}
.TagClassName
{
border-color: #BD8F9B;
}
</style>