Shades of Heliotrope #B468FE
Tints of Heliotrope #B468FE
RGB
CMYK
RGB Variations
Color information
#B468FE (or 0xB468FE) is known color: Heliotrope. HEX triplet: B4, 68 and FE. RGB value is (180,104,254). Sum of RGB (Red+Green+Blue) = 180+104+254=538 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.46% from 538); Green value is 104 (41.02% from 255 or 19.33% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #B468FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B468FE is #4B9701. Grayscale: #8F8F8F. Windows color (decimal): -4953858 or 16672948. OLE color: 16672948.
HSL color Cylindrical-coordinate representation of color #B468FE: hue angle of 270.4º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B468FE is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 104 | 254 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.00 |
| HSL | 270.4º | 0.99% | 0.7% | - |
| HSV(B) | 270.4º | 0.59% | 1% | - |
| XYZ | 41.66 | 26.76 | 96.74 | - |
| YUV | 143.82 | 190.18 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 104 | 254 | 0.29 | 0.59 | 0 | 0.00 | 270.4 | 0.99 | 0.7 |
| Hex | B4 | 68 | FE | 1D | 3B | 0 | 0 | 10E | 63 | 46 |
| Octal | 264 | 150 | 376 | 35 | 73 | 0 | 0 | 416 | 143 | 106 |
| Binary | 10110100 | 1101000 | 11111110 | 11101 | 111011 | 0 | 0 | 100001110 | 1100011 | 1000110 |
Color Harmonies of #B468FE
Complementary color
Monochromatic Colors of #B468FE
Black with #B468FE
Text Example
Text Example
White with #B468FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B468FE; }
p { color: rgb(180,104,254); }
H1.HeaderClassName
{
color: #B468FE;
}
.AnyTagClassName
{
color: #B468FE;
}
</style>
background-color css
<style>
a { background-color: #B468FE; }
a { background-color: rgb(180,104,254); }
div.DivClassName
{
background-color: #B468FE;
}
.BgClassName
{
background-color: #B468FE;
}
</style>
border-color css
<style>
span { border-color: #B468FE; }
span { border-color: rgb(180,104,254); }
td.TdClassName
{
border-color: #B468FE;
}
.TagClassName
{
border-color: #B468FE;
}
</style>