Shades of Viola #B68294
Tints of Viola #B68294
RGB
CMYK
RGB Variations
Color information
#B68294 (or 0xB68294) is known color: Viola. HEX triplet: B6, 82 and 94. RGB value is (182,130,148). Sum of RGB (Red+Green+Blue) = 182+130+148=460 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.57% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 148 (58.20% from 255 or 32.17% from 460); Max value from RGB is 182 - color contains mainly: red. Hex color #B68294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68294 is #497D6B. Grayscale: #939393. Windows color (decimal): -4816236 or 9732790. OLE color: 9732790.
HSL color Cylindrical-coordinate representation of color #B68294: hue angle of 339.23º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B68294 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 130 | 148 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.29 |
| HSL | 339.23º | 0.26% | 0.61% | - |
| HSV(B) | 339.23º | 0.29% | 0.71% | - |
| XYZ | 32.62 | 28.05 | 31.71 | - |
| YUV | 147.6 | 128.23 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 130 | 148 | 0 | 0.29 | 0.19 | 0.29 | 339.23 | 0.26 | 0.61 |
| Hex | B6 | 82 | 94 | 0 | 1D | 13 | 1D | 153 | 1A | 3D |
| Octal | 266 | 202 | 224 | 0 | 35 | 23 | 35 | 523 | 32 | 75 |
| Binary | 10110110 | 10000010 | 10010100 | 0 | 11101 | 10011 | 11101 | 101010011 | 11010 | 111101 |
Color Harmonies of #B68294
Complementary color
Monochromatic Colors of #B68294
Black with #B68294
Text Example
Text Example
White with #B68294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68294; }
p { color: rgb(182,130,148); }
H1.HeaderClassName
{
color: #B68294;
}
.AnyTagClassName
{
color: #B68294;
}
</style>
background-color css
<style>
a { background-color: #B68294; }
a { background-color: rgb(182,130,148); }
div.DivClassName
{
background-color: #B68294;
}
.BgClassName
{
background-color: #B68294;
}
</style>
border-color css
<style>
span { border-color: #B68294; }
span { border-color: rgb(182,130,148); }
td.TdClassName
{
border-color: #B68294;
}
.TagClassName
{
border-color: #B68294;
}
</style>