Shades of Heliotrope #B364FF
Tints of Heliotrope #B364FF
RGB
CMYK
RGB Variations
Color information
#B364FF (or 0xB364FF) is known color: Heliotrope. HEX triplet: B3, 64 and FF. RGB value is (179,100,255). Sum of RGB (Red+Green+Blue) = 179+100+255=534 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.52% from 534); Green value is 100 (39.45% from 255 or 18.73% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #B364FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B364FF is #4C9B00. Grayscale: #8C8C8C. Windows color (decimal): -5020417 or 16737459. OLE color: 16737459.
HSL color Cylindrical-coordinate representation of color #B364FF: hue angle of 270.58º 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 #B364FF is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 100 | 255 | - |
| CMYK | 0.30 | 0.61 | 0 | 0 |
| HSL | 270.58º | 1% | 0.7% | - |
| HSV(B) | 270.58º | 0.61% | 1% | - |
| XYZ | 41.2 | 25.92 | 97.44 | - |
| YUV | 141.29 | 192.17 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 100 | 255 | 0.30 | 0.61 | 0 | 0 | 270.58 | 1 | 0.7 |
| Hex | B3 | 64 | FF | 1E | 3D | 0 | 0 | 10F | 64 | 46 |
| Octal | 263 | 144 | 377 | 36 | 75 | 0 | 0 | 417 | 144 | 106 |
| Binary | 10110011 | 1100100 | 11111111 | 11110 | 111101 | 0 | 0 | 100001111 | 1100100 | 1000110 |
Color Harmonies of #B364FF
Complementary color
Monochromatic Colors of #B364FF
Black with #B364FF
Text Example
Text Example
White with #B364FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B364FF; }
p { color: rgb(179,100,255); }
H1.HeaderClassName
{
color: #B364FF;
}
.AnyTagClassName
{
color: #B364FF;
}
</style>
background-color css
<style>
a { background-color: #B364FF; }
a { background-color: rgb(179,100,255); }
div.DivClassName
{
background-color: #B364FF;
}
.BgClassName
{
background-color: #B364FF;
}
</style>
border-color css
<style>
span { border-color: #B364FF; }
span { border-color: rgb(179,100,255); }
td.TdClassName
{
border-color: #B364FF;
}
.TagClassName
{
border-color: #B364FF;
}
</style>