Shades of Viola #B88298
Tints of Viola #B88298
RGB
CMYK
RGB Variations
Color information
#B88298 (or 0xB88298) is known color: Viola. HEX triplet: B8, 82 and 98. RGB value is (184,130,152). Sum of RGB (Red+Green+Blue) = 184+130+152=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 184 - color contains mainly: red. Hex color #B88298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B88298 is #477D67. Grayscale: #949494. Windows color (decimal): -4685160 or 9994936. OLE color: 9994936.
HSL color Cylindrical-coordinate representation of color #B88298: hue angle of 335.56º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B88298 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 130 | 152 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.28 |
| HSL | 335.56º | 0.28% | 0.62% | - |
| HSV(B) | 335.56º | 0.29% | 0.72% | - |
| XYZ | 33.42 | 28.42 | 33.43 | - |
| YUV | 148.65 | 129.89 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 130 | 152 | 0 | 0.29 | 0.17 | 0.28 | 335.56 | 0.28 | 0.62 |
| Hex | B8 | 82 | 98 | 0 | 1D | 11 | 1C | 150 | 1C | 3E |
| Octal | 270 | 202 | 230 | 0 | 35 | 21 | 34 | 520 | 34 | 76 |
| Binary | 10111000 | 10000010 | 10011000 | 0 | 11101 | 10001 | 11100 | 101010000 | 11100 | 111110 |
Color Harmonies of #B88298
Complementary color
Monochromatic Colors of #B88298
Black with #B88298
Text Example
Text Example
White with #B88298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88298; }
p { color: rgb(184,130,152); }
H1.HeaderClassName
{
color: #B88298;
}
.AnyTagClassName
{
color: #B88298;
}
</style>
background-color css
<style>
a { background-color: #B88298; }
a { background-color: rgb(184,130,152); }
div.DivClassName
{
background-color: #B88298;
}
.BgClassName
{
background-color: #B88298;
}
</style>
border-color css
<style>
span { border-color: #B88298; }
span { border-color: rgb(184,130,152); }
td.TdClassName
{
border-color: #B88298;
}
.TagClassName
{
border-color: #B88298;
}
</style>