Shades of Heliotrope #B464FF
Tints of Heliotrope #B464FF
RGB
CMYK
RGB Variations
Color information
#B464FF (or 0xB464FF) is known color: Heliotrope. HEX triplet: B4, 64 and FF. RGB value is (180,100,255). Sum of RGB (Red+Green+Blue) = 180+100+255=535 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.64% from 535); Green value is 100 (39.45% from 255 or 18.69% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #B464FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B464FF is #4B9B00. Grayscale: #8D8D8D. Windows color (decimal): -4954881 or 16737460. OLE color: 16737460.
HSL color Cylindrical-coordinate representation of color #B464FF: hue angle of 270.97º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B464FF is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 100 | 255 | - |
| CMYK | 0.29 | 0.61 | 0 | 0 |
| HSL | 270.97º | 1% | 0.7% | - |
| HSV(B) | 270.97º | 0.61% | 1% | - |
| XYZ | 41.43 | 26.04 | 97.45 | - |
| YUV | 141.59 | 192 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 100 | 255 | 0.29 | 0.61 | 0 | 0 | 270.97 | 1 | 0.7 |
| Hex | B4 | 64 | FF | 1D | 3D | 0 | 0 | 10F | 64 | 46 |
| Octal | 264 | 144 | 377 | 35 | 75 | 0 | 0 | 417 | 144 | 106 |
| Binary | 10110100 | 1100100 | 11111111 | 11101 | 111101 | 0 | 0 | 100001111 | 1100100 | 1000110 |
Color Harmonies of #B464FF
Complementary color
Monochromatic Colors of #B464FF
Black with #B464FF
Text Example
Text Example
White with #B464FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B464FF; }
p { color: rgb(180,100,255); }
H1.HeaderClassName
{
color: #B464FF;
}
.AnyTagClassName
{
color: #B464FF;
}
</style>
background-color css
<style>
a { background-color: #B464FF; }
a { background-color: rgb(180,100,255); }
div.DivClassName
{
background-color: #B464FF;
}
.BgClassName
{
background-color: #B464FF;
}
</style>
border-color css
<style>
span { border-color: #B464FF; }
span { border-color: rgb(180,100,255); }
td.TdClassName
{
border-color: #B464FF;
}
.TagClassName
{
border-color: #B464FF;
}
</style>