Shades of Heliotrope #B568FF
Tints of Heliotrope #B568FF
RGB
CMYK
RGB Variations
Color information
#B568FF (or 0xB568FF) is known color: Heliotrope. HEX triplet: B5, 68 and FF. RGB value is (181,104,255). Sum of RGB (Red+Green+Blue) = 181+104+255=540 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.52% from 540); Green value is 104 (41.02% from 255 or 19.26% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #B568FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B568FF is #4A9700. Grayscale: #8F8F8F. Windows color (decimal): -4888321 or 16738485. OLE color: 16738485.
HSL color Cylindrical-coordinate representation of color #B568FF: hue angle of 270.6º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B568FF is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 104 | 255 | - |
| CMYK | 0.29 | 0.59 | 0 | 0 |
| HSL | 270.6º | 1% | 0.7% | - |
| HSV(B) | 270.6º | 0.59% | 1% | - |
| XYZ | 42.06 | 26.94 | 97.59 | - |
| YUV | 144.24 | 190.51 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 104 | 255 | 0.29 | 0.59 | 0 | 0 | 270.6 | 1 | 0.7 |
| Hex | B5 | 68 | FF | 1D | 3B | 0 | 0 | 10F | 64 | 46 |
| Octal | 265 | 150 | 377 | 35 | 73 | 0 | 0 | 417 | 144 | 106 |
| Binary | 10110101 | 1101000 | 11111111 | 11101 | 111011 | 0 | 0 | 100001111 | 1100100 | 1000110 |
Color Harmonies of #B568FF
Complementary color
Monochromatic Colors of #B568FF
Black with #B568FF
Text Example
Text Example
White with #B568FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B568FF; }
p { color: rgb(181,104,255); }
H1.HeaderClassName
{
color: #B568FF;
}
.AnyTagClassName
{
color: #B568FF;
}
</style>
background-color css
<style>
a { background-color: #B568FF; }
a { background-color: rgb(181,104,255); }
div.DivClassName
{
background-color: #B568FF;
}
.BgClassName
{
background-color: #B568FF;
}
</style>
border-color css
<style>
span { border-color: #B568FF; }
span { border-color: rgb(181,104,255); }
td.TdClassName
{
border-color: #B568FF;
}
.TagClassName
{
border-color: #B568FF;
}
</style>