Shades of Violet Blue #B65E9E
Tints of Violet Blue #B65E9E
RGB
CMYK
RGB Variations
Color information
#B65E9E (or 0xB65E9E) is known color: Violet Blue. HEX triplet: B6, 5E and 9E. RGB value is (182,94,158). Sum of RGB (Red+Green+Blue) = 182+94+158=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 182 - color contains mainly: red. Hex color #B65E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65E9E is #49A161. Grayscale: #7F7F7F. Windows color (decimal): -4825442 or 10378934. OLE color: 10378934.
HSL color Cylindrical-coordinate representation of color #B65E9E: hue angle of 316.36º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B65E9E is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 94 | 158 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.29 |
| HSL | 316.36º | 0.38% | 0.54% | - |
| HSV(B) | 316.36º | 0.48% | 0.71% | - |
| XYZ | 29.47 | 20.42 | 34.74 | - |
| YUV | 127.61 | 145.15 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 94 | 158 | 0 | 0.48 | 0.13 | 0.29 | 316.36 | 0.38 | 0.54 |
| Hex | B6 | 5E | 9E | 0 | 30 | D | 1D | 13C | 26 | 36 |
| Octal | 266 | 136 | 236 | 0 | 60 | 15 | 35 | 474 | 46 | 66 |
| Binary | 10110110 | 1011110 | 10011110 | 0 | 110000 | 1101 | 11101 | 100111100 | 100110 | 110110 |
Color Harmonies of #B65E9E
Complementary color
Monochromatic Colors of #B65E9E
Black with #B65E9E
Text Example
Text Example
White with #B65E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65E9E; }
p { color: rgb(182,94,158); }
H1.HeaderClassName
{
color: #B65E9E;
}
.AnyTagClassName
{
color: #B65E9E;
}
</style>
background-color css
<style>
a { background-color: #B65E9E; }
a { background-color: rgb(182,94,158); }
div.DivClassName
{
background-color: #B65E9E;
}
.BgClassName
{
background-color: #B65E9E;
}
</style>
border-color css
<style>
span { border-color: #B65E9E; }
span { border-color: rgb(182,94,158); }
td.TdClassName
{
border-color: #B65E9E;
}
.TagClassName
{
border-color: #B65E9E;
}
</style>