Shades of Heliotrope #B46CFF
Tints of Heliotrope #B46CFF
RGB
CMYK
RGB Variations
Color information
#B46CFF (or 0xB46CFF) is known color: Heliotrope. HEX triplet: B4, 6C and FF. RGB value is (180,108,255). Sum of RGB (Red+Green+Blue) = 180+108+255=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 108 (42.58% from 255 or 19.89% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #B46CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B46CFF is #4B9300. Grayscale: #919191. Windows color (decimal): -4952833 or 16739508. OLE color: 16739508.
HSL color Cylindrical-coordinate representation of color #B46CFF: hue angle of 269.39º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B46CFF is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 108 | 255 | - |
| CMYK | 0.29 | 0.58 | 0 | 0 |
| HSL | 269.39º | 1% | 0.71% | - |
| HSV(B) | 269.39º | 0.58% | 1% | - |
| XYZ | 42.23 | 27.65 | 97.72 | - |
| YUV | 146.29 | 189.35 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 108 | 255 | 0.29 | 0.58 | 0 | 0 | 269.39 | 1 | 0.71 |
| Hex | B4 | 6C | FF | 1D | 3A | 0 | 0 | 10D | 64 | 47 |
| Octal | 264 | 154 | 377 | 35 | 72 | 0 | 0 | 415 | 144 | 107 |
| Binary | 10110100 | 1101100 | 11111111 | 11101 | 111010 | 0 | 0 | 100001101 | 1100100 | 1000111 |
Color Harmonies of #B46CFF
Complementary color
Monochromatic Colors of #B46CFF
Black with #B46CFF
Text Example
Text Example
White with #B46CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46CFF; }
p { color: rgb(180,108,255); }
H1.HeaderClassName
{
color: #B46CFF;
}
.AnyTagClassName
{
color: #B46CFF;
}
</style>
background-color css
<style>
a { background-color: #B46CFF; }
a { background-color: rgb(180,108,255); }
div.DivClassName
{
background-color: #B46CFF;
}
.BgClassName
{
background-color: #B46CFF;
}
</style>
border-color css
<style>
span { border-color: #B46CFF; }
span { border-color: rgb(180,108,255); }
td.TdClassName
{
border-color: #B46CFF;
}
.TagClassName
{
border-color: #B46CFF;
}
</style>