Shades of Heliotrope #B46BFE
Tints of Heliotrope #B46BFE
RGB
CMYK
RGB Variations
Color information
#B46BFE (or 0xB46BFE) is known color: Heliotrope. HEX triplet: B4, 6B and FE. RGB value is (180,107,254). Sum of RGB (Red+Green+Blue) = 180+107+254=541 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.27% from 541); Green value is 107 (42.19% from 255 or 19.78% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #B46BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B46BFE is #4B9401. Grayscale: #919191. Windows color (decimal): -4953090 or 16673716. OLE color: 16673716.
HSL color Cylindrical-coordinate representation of color #B46BFE: hue angle of 269.8º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B46BFE is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 107 | 254 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.00 |
| HSL | 269.8º | 0.99% | 0.71% | - |
| HSV(B) | 269.8º | 0.58% | 1% | - |
| XYZ | 41.97 | 27.37 | 96.84 | - |
| YUV | 145.59 | 189.18 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 107 | 254 | 0.29 | 0.58 | 0 | 0.00 | 269.8 | 0.99 | 0.71 |
| Hex | B4 | 6B | FE | 1D | 3A | 0 | 0 | 10E | 63 | 47 |
| Octal | 264 | 153 | 376 | 35 | 72 | 0 | 0 | 416 | 143 | 107 |
| Binary | 10110100 | 1101011 | 11111110 | 11101 | 111010 | 0 | 0 | 100001110 | 1100011 | 1000111 |
Color Harmonies of #B46BFE
Complementary color
Monochromatic Colors of #B46BFE
Black with #B46BFE
Text Example
Text Example
White with #B46BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46BFE; }
p { color: rgb(180,107,254); }
H1.HeaderClassName
{
color: #B46BFE;
}
.AnyTagClassName
{
color: #B46BFE;
}
</style>
background-color css
<style>
a { background-color: #B46BFE; }
a { background-color: rgb(180,107,254); }
div.DivClassName
{
background-color: #B46BFE;
}
.BgClassName
{
background-color: #B46BFE;
}
</style>
border-color css
<style>
span { border-color: #B46BFE; }
span { border-color: rgb(180,107,254); }
td.TdClassName
{
border-color: #B46BFE;
}
.TagClassName
{
border-color: #B46BFE;
}
</style>