Shades of Heliotrope #B468FF
Tints of Heliotrope #B468FF
RGB
CMYK
RGB Variations
Color information
#B468FF (or 0xB468FF) is known color: Heliotrope. HEX triplet: B4, 68 and FF. RGB value is (180,104,255). Sum of RGB (Red+Green+Blue) = 180+104+255=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 104 (41.02% from 255 or 19.29% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #B468FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B468FF is #4B9700. Grayscale: #8F8F8F. Windows color (decimal): -4953857 or 16738484. OLE color: 16738484.
HSL color Cylindrical-coordinate representation of color #B468FF: hue angle of 270.2º 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 #B468FF is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 104 | 255 | - |
| CMYK | 0.29 | 0.59 | 0 | 0 |
| HSL | 270.2º | 1% | 0.7% | - |
| HSV(B) | 270.2º | 0.59% | 1% | - |
| XYZ | 41.82 | 26.82 | 97.58 | - |
| YUV | 143.94 | 190.68 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 104 | 255 | 0.29 | 0.59 | 0 | 0 | 270.2 | 1 | 0.7 |
| Hex | B4 | 68 | FF | 1D | 3B | 0 | 0 | 10E | 64 | 46 |
| Octal | 264 | 150 | 377 | 35 | 73 | 0 | 0 | 416 | 144 | 106 |
| Binary | 10110100 | 1101000 | 11111111 | 11101 | 111011 | 0 | 0 | 100001110 | 1100100 | 1000110 |
Color Harmonies of #B468FF
Complementary color
Monochromatic Colors of #B468FF
Black with #B468FF
Text Example
Text Example
White with #B468FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B468FF; }
p { color: rgb(180,104,255); }
H1.HeaderClassName
{
color: #B468FF;
}
.AnyTagClassName
{
color: #B468FF;
}
</style>
background-color css
<style>
a { background-color: #B468FF; }
a { background-color: rgb(180,104,255); }
div.DivClassName
{
background-color: #B468FF;
}
.BgClassName
{
background-color: #B468FF;
}
</style>
border-color css
<style>
span { border-color: #B468FF; }
span { border-color: rgb(180,104,255); }
td.TdClassName
{
border-color: #B468FF;
}
.TagClassName
{
border-color: #B468FF;
}
</style>