Shades of Heliotrope #B563FF
Tints of Heliotrope #B563FF
RGB
CMYK
RGB Variations
Color information
#B563FF (or 0xB563FF) is known color: Heliotrope. HEX triplet: B5, 63 and FF. RGB value is (181,99,255). Sum of RGB (Red+Green+Blue) = 181+99+255=535 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.83% from 535); Green value is 99 (39.06% from 255 or 18.50% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #B563FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B563FF is #4A9C00. Grayscale: #8C8C8C. Windows color (decimal): -4889601 or 16737205. OLE color: 16737205.
HSL color Cylindrical-coordinate representation of color #B563FF: hue angle of 271.54º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B563FF is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 99 | 255 | - |
| CMYK | 0.29 | 0.61 | 0 | 0 |
| HSL | 271.54º | 1% | 0.69% | - |
| HSV(B) | 271.54º | 0.61% | 1% | - |
| XYZ | 41.57 | 25.97 | 97.43 | - |
| YUV | 141.3 | 192.17 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 99 | 255 | 0.29 | 0.61 | 0 | 0 | 271.54 | 1 | 0.69 |
| Hex | B5 | 63 | FF | 1D | 3D | 0 | 0 | 110 | 64 | 45 |
| Octal | 265 | 143 | 377 | 35 | 75 | 0 | 0 | 420 | 144 | 105 |
| Binary | 10110101 | 1100011 | 11111111 | 11101 | 111101 | 0 | 0 | 100010000 | 1100100 | 1000101 |
Color Harmonies of #B563FF
Complementary color
Monochromatic Colors of #B563FF
Black with #B563FF
Text Example
Text Example
White with #B563FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B563FF; }
p { color: rgb(181,99,255); }
H1.HeaderClassName
{
color: #B563FF;
}
.AnyTagClassName
{
color: #B563FF;
}
</style>
background-color css
<style>
a { background-color: #B563FF; }
a { background-color: rgb(181,99,255); }
div.DivClassName
{
background-color: #B563FF;
}
.BgClassName
{
background-color: #B563FF;
}
</style>
border-color css
<style>
span { border-color: #B563FF; }
span { border-color: rgb(181,99,255); }
td.TdClassName
{
border-color: #B563FF;
}
.TagClassName
{
border-color: #B563FF;
}
</style>