Shades of Heliotrope #B367FF
Tints of Heliotrope #B367FF
RGB
CMYK
RGB Variations
Color information
#B367FF (or 0xB367FF) is known color: Heliotrope. HEX triplet: B3, 67 and FF. RGB value is (179,103,255). Sum of RGB (Red+Green+Blue) = 179+103+255=537 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.33% from 537); Green value is 103 (40.62% from 255 or 19.18% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #B367FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B367FF is #4C9800. Grayscale: #8E8E8E. Windows color (decimal): -5019649 or 16738227. OLE color: 16738227.
HSL color Cylindrical-coordinate representation of color #B367FF: hue angle of 270º 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 #B367FF is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 103 | 255 | - |
| CMYK | 0.30 | 0.60 | 0 | 0 |
| HSL | 270º | 1% | 0.7% | - |
| HSV(B) | 270º | 0.6% | 1% | - |
| XYZ | 41.49 | 26.5 | 97.54 | - |
| YUV | 143.05 | 191.18 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 255 | 0.30 | 0.60 | 0 | 0 | 270 | 1 | 0.7 |
| Hex | B3 | 67 | FF | 1E | 3C | 0 | 0 | 10E | 64 | 46 |
| Octal | 263 | 147 | 377 | 36 | 74 | 0 | 0 | 416 | 144 | 106 |
| Binary | 10110011 | 1100111 | 11111111 | 11110 | 111100 | 0 | 0 | 100001110 | 1100100 | 1000110 |
Color Harmonies of #B367FF
Complementary color
Monochromatic Colors of #B367FF
Black with #B367FF
Text Example
Text Example
White with #B367FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B367FF; }
p { color: rgb(179,103,255); }
H1.HeaderClassName
{
color: #B367FF;
}
.AnyTagClassName
{
color: #B367FF;
}
</style>
background-color css
<style>
a { background-color: #B367FF; }
a { background-color: rgb(179,103,255); }
div.DivClassName
{
background-color: #B367FF;
}
.BgClassName
{
background-color: #B367FF;
}
</style>
border-color css
<style>
span { border-color: #B367FF; }
span { border-color: rgb(179,103,255); }
td.TdClassName
{
border-color: #B367FF;
}
.TagClassName
{
border-color: #B367FF;
}
</style>