Shades of Heliotrope #B465FF
Tints of Heliotrope #B465FF
RGB
CMYK
RGB Variations
Color information
#B465FF (or 0xB465FF) is known color: Heliotrope. HEX triplet: B4, 65 and FF. RGB value is (180,101,255). Sum of RGB (Red+Green+Blue) = 180+101+255=536 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.58% from 536); Green value is 101 (39.84% from 255 or 18.84% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #B465FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B465FF is #4B9A00. Grayscale: #8D8D8D. Windows color (decimal): -4954625 or 16737716. OLE color: 16737716.
HSL color Cylindrical-coordinate representation of color #B465FF: hue angle of 270.78º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B465FF is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 101 | 255 | - |
| CMYK | 0.29 | 0.60 | 0 | 0 |
| HSL | 270.78º | 1% | 0.7% | - |
| HSV(B) | 270.78º | 0.6% | 1% | - |
| XYZ | 41.53 | 26.23 | 97.48 | - |
| YUV | 142.18 | 191.67 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 101 | 255 | 0.29 | 0.60 | 0 | 0 | 270.78 | 1 | 0.7 |
| Hex | B4 | 65 | FF | 1D | 3C | 0 | 0 | 10F | 64 | 46 |
| Octal | 264 | 145 | 377 | 35 | 74 | 0 | 0 | 417 | 144 | 106 |
| Binary | 10110100 | 1100101 | 11111111 | 11101 | 111100 | 0 | 0 | 100001111 | 1100100 | 1000110 |
Color Harmonies of #B465FF
Complementary color
Monochromatic Colors of #B465FF
Black with #B465FF
Text Example
Text Example
White with #B465FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B465FF; }
p { color: rgb(180,101,255); }
H1.HeaderClassName
{
color: #B465FF;
}
.AnyTagClassName
{
color: #B465FF;
}
</style>
background-color css
<style>
a { background-color: #B465FF; }
a { background-color: rgb(180,101,255); }
div.DivClassName
{
background-color: #B465FF;
}
.BgClassName
{
background-color: #B465FF;
}
</style>
border-color css
<style>
span { border-color: #B465FF; }
span { border-color: rgb(180,101,255); }
td.TdClassName
{
border-color: #B465FF;
}
.TagClassName
{
border-color: #B465FF;
}
</style>