Shades of Violet Blue #B65D9F
Tints of Violet Blue #B65D9F
RGB
CMYK
RGB Variations
Color information
#B65D9F (or 0xB65D9F) is known color: Violet Blue. HEX triplet: B6, 5D and 9F. RGB value is (182,93,159). Sum of RGB (Red+Green+Blue) = 182+93+159=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 159 (62.5% from 255 or 36.64% from 434); Max value from RGB is 182 - color contains mainly: red. Hex color #B65D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65D9F is #49A260. Grayscale: #7E7E7E. Windows color (decimal): -4825697 or 10444214. OLE color: 10444214.
HSL color Cylindrical-coordinate representation of color #B65D9F: hue angle of 315.51º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B65D9F is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 93 | 159 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.29 |
| HSL | 315.51º | 0.38% | 0.54% | - |
| HSV(B) | 315.51º | 0.49% | 0.71% | - |
| XYZ | 29.46 | 20.28 | 35.16 | - |
| YUV | 127.14 | 145.99 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 93 | 159 | 0 | 0.49 | 0.13 | 0.29 | 315.51 | 0.38 | 0.54 |
| Hex | B6 | 5D | 9F | 0 | 31 | D | 1D | 13C | 26 | 36 |
| Octal | 266 | 135 | 237 | 0 | 61 | 15 | 35 | 474 | 46 | 66 |
| Binary | 10110110 | 1011101 | 10011111 | 0 | 110001 | 1101 | 11101 | 100111100 | 100110 | 110110 |
Color Harmonies of #B65D9F
Complementary color
Monochromatic Colors of #B65D9F
Black with #B65D9F
Text Example
Text Example
White with #B65D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65D9F; }
p { color: rgb(182,93,159); }
H1.HeaderClassName
{
color: #B65D9F;
}
.AnyTagClassName
{
color: #B65D9F;
}
</style>
background-color css
<style>
a { background-color: #B65D9F; }
a { background-color: rgb(182,93,159); }
div.DivClassName
{
background-color: #B65D9F;
}
.BgClassName
{
background-color: #B65D9F;
}
</style>
border-color css
<style>
span { border-color: #B65D9F; }
span { border-color: rgb(182,93,159); }
td.TdClassName
{
border-color: #B65D9F;
}
.TagClassName
{
border-color: #B65D9F;
}
</style>