Shades of Viola #B893A4
Tints of Viola #B893A4
RGB
CMYK
RGB Variations
Color information
#B893A4 (or 0xB893A4) is known color: Viola. HEX triplet: B8, 93 and A4. RGB value is (184,147,164). Sum of RGB (Red+Green+Blue) = 184+147+164=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 164 (64.45% from 255 or 33.13% from 495); Max value from RGB is 184 - color contains mainly: red. Hex color #B893A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B893A4 is #476C5B. Grayscale: #9F9F9F. Windows color (decimal): -4680796 or 10785720. OLE color: 10785720.
HSL color Cylindrical-coordinate representation of color #B893A4: hue angle of 332.43º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B893A4 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 147 | 164 | - |
| CMYK | 0 | 0.20 | 0.11 | 0.28 |
| HSL | 332.43º | 0.21% | 0.65% | - |
| HSV(B) | 332.43º | 0.2% | 0.72% | - |
| XYZ | 36.9 | 33.74 | 39.69 | - |
| YUV | 160 | 130.26 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 147 | 164 | 0 | 0.20 | 0.11 | 0.28 | 332.43 | 0.21 | 0.65 |
| Hex | B8 | 93 | A4 | 0 | 14 | B | 1C | 14C | 15 | 41 |
| Octal | 270 | 223 | 244 | 0 | 24 | 13 | 34 | 514 | 25 | 101 |
| Binary | 10111000 | 10010011 | 10100100 | 0 | 10100 | 1011 | 11100 | 101001100 | 10101 | 1000001 |
Color Harmonies of #B893A4
Complementary color
Monochromatic Colors of #B893A4
Black with #B893A4
Text Example
Text Example
White with #B893A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B893A4; }
p { color: rgb(184,147,164); }
H1.HeaderClassName
{
color: #B893A4;
}
.AnyTagClassName
{
color: #B893A4;
}
</style>
background-color css
<style>
a { background-color: #B893A4; }
a { background-color: rgb(184,147,164); }
div.DivClassName
{
background-color: #B893A4;
}
.BgClassName
{
background-color: #B893A4;
}
</style>
border-color css
<style>
span { border-color: #B893A4; }
span { border-color: rgb(184,147,164); }
td.TdClassName
{
border-color: #B893A4;
}
.TagClassName
{
border-color: #B893A4;
}
</style>