Shades of Violet Blue #B565AD
Tints of Violet Blue #B565AD
RGB
CMYK
RGB Variations
Color information
#B565AD (or 0xB565AD) is known color: Violet Blue. HEX triplet: B5, 65 and AD. RGB value is (181,101,173). Sum of RGB (Red+Green+Blue) = 181+101+173=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 181 - color contains mainly: red. Hex color #B565AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B565AD is #4A9A52. Grayscale: #848484. Windows color (decimal): -4889171 or 11363765. OLE color: 11363765.
HSL color Cylindrical-coordinate representation of color #B565AD: hue angle of 306º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B565AD is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 101 | 173 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.29 |
| HSL | 306º | 0.35% | 0.55% | - |
| HSV(B) | 306º | 0.44% | 0.71% | - |
| XYZ | 31.25 | 22.15 | 42.16 | - |
| YUV | 133.13 | 150.5 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 101 | 173 | 0 | 0.44 | 0.04 | 0.29 | 306 | 0.35 | 0.55 |
| Hex | B5 | 65 | AD | 0 | 2C | 4 | 1D | 132 | 23 | 37 |
| Octal | 265 | 145 | 255 | 0 | 54 | 4 | 35 | 462 | 43 | 67 |
| Binary | 10110101 | 1100101 | 10101101 | 0 | 101100 | 100 | 11101 | 100110010 | 100011 | 110111 |
Color Harmonies of #B565AD
Complementary color
Monochromatic Colors of #B565AD
Black with #B565AD
Text Example
Text Example
White with #B565AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B565AD; }
p { color: rgb(181,101,173); }
H1.HeaderClassName
{
color: #B565AD;
}
.AnyTagClassName
{
color: #B565AD;
}
</style>
background-color css
<style>
a { background-color: #B565AD; }
a { background-color: rgb(181,101,173); }
div.DivClassName
{
background-color: #B565AD;
}
.BgClassName
{
background-color: #B565AD;
}
</style>
border-color css
<style>
span { border-color: #B565AD; }
span { border-color: rgb(181,101,173); }
td.TdClassName
{
border-color: #B565AD;
}
.TagClassName
{
border-color: #B565AD;
}
</style>