Shades of Heliotrope #B366FF
Tints of Heliotrope #B366FF
RGB
CMYK
RGB Variations
Color information
#B366FF (or 0xB366FF) is known color: Heliotrope. HEX triplet: B3, 66 and FF. RGB value is (179,102,255). Sum of RGB (Red+Green+Blue) = 179+102+255=536 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.40% from 536); Green value is 102 (40.23% from 255 or 19.03% 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 #B366FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B366FF is #4C9900. Grayscale: #8D8D8D. Windows color (decimal): -5019905 or 16737971. OLE color: 16737971.
HSL color Cylindrical-coordinate representation of color #B366FF: hue angle of 270.2º 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 #B366FF is Cyan = 0.30, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 102 | 255 | - |
| CMYK | 0.30 | 0.6 | 0 | 0 |
| HSL | 270.2º | 1% | 0.7% | - |
| HSV(B) | 270.2º | 0.6% | 1% | - |
| XYZ | 41.39 | 26.31 | 97.5 | - |
| YUV | 142.47 | 191.51 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 102 | 255 | 0.30 | 0.6 | 0 | 0 | 270.2 | 1 | 0.7 |
| Hex | B3 | 66 | FF | 1E | 3C | 0 | 0 | 10E | 64 | 46 |
| Octal | 263 | 146 | 377 | 36 | 74 | 0 | 0 | 416 | 144 | 106 |
| Binary | 10110011 | 1100110 | 11111111 | 11110 | 111100 | 0 | 0 | 100001110 | 1100100 | 1000110 |
Color Harmonies of #B366FF
Complementary color
Monochromatic Colors of #B366FF
Black with #B366FF
Text Example
Text Example
White with #B366FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B366FF; }
p { color: rgb(179,102,255); }
H1.HeaderClassName
{
color: #B366FF;
}
.AnyTagClassName
{
color: #B366FF;
}
</style>
background-color css
<style>
a { background-color: #B366FF; }
a { background-color: rgb(179,102,255); }
div.DivClassName
{
background-color: #B366FF;
}
.BgClassName
{
background-color: #B366FF;
}
</style>
border-color css
<style>
span { border-color: #B366FF; }
span { border-color: rgb(179,102,255); }
td.TdClassName
{
border-color: #B366FF;
}
.TagClassName
{
border-color: #B366FF;
}
</style>