Shades of Violet Blue #B6619F
Tints of Violet Blue #B6619F
RGB
CMYK
RGB Variations
Color information
#B6619F (or 0xB6619F) is known color: Violet Blue. HEX triplet: B6, 61 and 9F. RGB value is (182,97,159). Sum of RGB (Red+Green+Blue) = 182+97+159=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 97 (38.28% from 255 or 22.15% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 182 - color contains mainly: red. Hex color #B6619F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6619F is #499E60. Grayscale: #818181. Windows color (decimal): -4824673 or 10445238. OLE color: 10445238.
HSL color Cylindrical-coordinate representation of color #B6619F: hue angle of 316.24º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B6619F is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 97 | 159 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.29 |
| HSL | 316.24º | 0.37% | 0.55% | - |
| HSV(B) | 316.24º | 0.47% | 0.71% | - |
| XYZ | 29.82 | 21 | 35.28 | - |
| YUV | 129.48 | 144.66 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 97 | 159 | 0 | 0.47 | 0.13 | 0.29 | 316.24 | 0.37 | 0.55 |
| Hex | B6 | 61 | 9F | 0 | 2F | D | 1D | 13C | 25 | 37 |
| Octal | 266 | 141 | 237 | 0 | 57 | 15 | 35 | 474 | 45 | 67 |
| Binary | 10110110 | 1100001 | 10011111 | 0 | 101111 | 1101 | 11101 | 100111100 | 100101 | 110111 |
Color Harmonies of #B6619F
Complementary color
Monochromatic Colors of #B6619F
Black with #B6619F
Text Example
Text Example
White with #B6619F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6619F; }
p { color: rgb(182,97,159); }
H1.HeaderClassName
{
color: #B6619F;
}
.AnyTagClassName
{
color: #B6619F;
}
</style>
background-color css
<style>
a { background-color: #B6619F; }
a { background-color: rgb(182,97,159); }
div.DivClassName
{
background-color: #B6619F;
}
.BgClassName
{
background-color: #B6619F;
}
</style>
border-color css
<style>
span { border-color: #B6619F; }
span { border-color: rgb(182,97,159); }
td.TdClassName
{
border-color: #B6619F;
}
.TagClassName
{
border-color: #B6619F;
}
</style>