Shades of Heliotrope #B565FC
Tints of Heliotrope #B565FC
RGB
CMYK
RGB Variations
Color information
#B565FC (or 0xB565FC) is known color: Heliotrope. HEX triplet: B5, 65 and FC. RGB value is (181,101,252). Sum of RGB (Red+Green+Blue) = 181+101+252=534 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.90% from 534); Green value is 101 (39.84% from 255 or 18.91% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #B565FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B565FC is #4A9A03. Grayscale: #8D8D8D. Windows color (decimal): -4889092 or 16541109. OLE color: 16541109.
HSL color Cylindrical-coordinate representation of color #B565FC: hue angle of 271.79º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B565FC is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 101 | 252 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.01 |
| HSL | 271.79º | 0.96% | 0.69% | - |
| HSV(B) | 271.79º | 0.6% | 0.99% | - |
| XYZ | 41.28 | 26.16 | 94.97 | - |
| YUV | 142.13 | 190 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 101 | 252 | 0.28 | 0.60 | 0 | 0.01 | 271.79 | 0.96 | 0.69 |
| Hex | B5 | 65 | FC | 1C | 3C | 0 | 1 | 110 | 60 | 45 |
| Octal | 265 | 145 | 374 | 34 | 74 | 0 | 1 | 420 | 140 | 105 |
| Binary | 10110101 | 1100101 | 11111100 | 11100 | 111100 | 0 | 1 | 100010000 | 1100000 | 1000101 |
Color Harmonies of #B565FC
Complementary color
Monochromatic Colors of #B565FC
Black with #B565FC
Text Example
Text Example
White with #B565FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B565FC; }
p { color: rgb(181,101,252); }
H1.HeaderClassName
{
color: #B565FC;
}
.AnyTagClassName
{
color: #B565FC;
}
</style>
background-color css
<style>
a { background-color: #B565FC; }
a { background-color: rgb(181,101,252); }
div.DivClassName
{
background-color: #B565FC;
}
.BgClassName
{
background-color: #B565FC;
}
</style>
border-color css
<style>
span { border-color: #B565FC; }
span { border-color: rgb(181,101,252); }
td.TdClassName
{
border-color: #B565FC;
}
.TagClassName
{
border-color: #B565FC;
}
</style>