Shades of Heliotrope #B464FE
Tints of Heliotrope #B464FE
RGB
CMYK
RGB Variations
Color information
#B464FE (or 0xB464FE) is known color: Heliotrope. HEX triplet: B4, 64 and FE. RGB value is (180,100,254). Sum of RGB (Red+Green+Blue) = 180+100+254=534 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.71% from 534); Green value is 100 (39.45% from 255 or 18.73% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #B464FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B464FE is #4B9B01. Grayscale: #8C8C8C. Windows color (decimal): -4954882 or 16671924. OLE color: 16671924.
HSL color Cylindrical-coordinate representation of color #B464FE: hue angle of 271.17º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B464FE is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 100 | 254 | - |
| CMYK | 0.29 | 0.61 | 0 | 0.00 |
| HSL | 271.17º | 0.99% | 0.69% | - |
| HSV(B) | 271.17º | 0.61% | 1% | - |
| XYZ | 41.27 | 25.97 | 96.6 | - |
| YUV | 141.48 | 191.5 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 100 | 254 | 0.29 | 0.61 | 0 | 0.00 | 271.17 | 0.99 | 0.69 |
| Hex | B4 | 64 | FE | 1D | 3D | 0 | 0 | 10F | 63 | 45 |
| Octal | 264 | 144 | 376 | 35 | 75 | 0 | 0 | 417 | 143 | 105 |
| Binary | 10110100 | 1100100 | 11111110 | 11101 | 111101 | 0 | 0 | 100001111 | 1100011 | 1000101 |
Color Harmonies of #B464FE
Complementary color
Monochromatic Colors of #B464FE
Black with #B464FE
Text Example
Text Example
White with #B464FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B464FE; }
p { color: rgb(180,100,254); }
H1.HeaderClassName
{
color: #B464FE;
}
.AnyTagClassName
{
color: #B464FE;
}
</style>
background-color css
<style>
a { background-color: #B464FE; }
a { background-color: rgb(180,100,254); }
div.DivClassName
{
background-color: #B464FE;
}
.BgClassName
{
background-color: #B464FE;
}
</style>
border-color css
<style>
span { border-color: #B464FE; }
span { border-color: rgb(180,100,254); }
td.TdClassName
{
border-color: #B464FE;
}
.TagClassName
{
border-color: #B464FE;
}
</style>