Shades of Heliotrope #BF67FF
Tints of Heliotrope #BF67FF
RGB
CMYK
RGB Variations
Color information
#BF67FF (or 0xBF67FF) is known color: Heliotrope. HEX triplet: BF, 67 and FF. RGB value is (191,103,255). Sum of RGB (Red+Green+Blue) = 191+103+255=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 103 (40.62% from 255 or 18.76% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF67FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF67FF is #409800. Grayscale: #929292. Windows color (decimal): -4233217 or 16738239. OLE color: 16738239.
HSL color Cylindrical-coordinate representation of color #BF67FF: hue angle of 274.74º 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 #BF67FF is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 103 | 255 | - |
| CMYK | 0.25 | 0.60 | 0 | 0 |
| HSL | 274.74º | 1% | 0.7% | - |
| HSV(B) | 274.74º | 0.6% | 1% | - |
| XYZ | 44.39 | 28 | 97.67 | - |
| YUV | 146.64 | 189.15 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 103 | 255 | 0.25 | 0.60 | 0 | 0 | 274.74 | 1 | 0.7 |
| Hex | BF | 67 | FF | 19 | 3C | 0 | 0 | 113 | 64 | 46 |
| Octal | 277 | 147 | 377 | 31 | 74 | 0 | 0 | 423 | 144 | 106 |
| Binary | 10111111 | 1100111 | 11111111 | 11001 | 111100 | 0 | 0 | 100010011 | 1100100 | 1000110 |
Color Harmonies of #BF67FF
Complementary color
Monochromatic Colors of #BF67FF
Black with #BF67FF
Text Example
Text Example
White with #BF67FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF67FF; }
p { color: rgb(191,103,255); }
H1.HeaderClassName
{
color: #BF67FF;
}
.AnyTagClassName
{
color: #BF67FF;
}
</style>
background-color css
<style>
a { background-color: #BF67FF; }
a { background-color: rgb(191,103,255); }
div.DivClassName
{
background-color: #BF67FF;
}
.BgClassName
{
background-color: #BF67FF;
}
</style>
border-color css
<style>
span { border-color: #BF67FF; }
span { border-color: rgb(191,103,255); }
td.TdClassName
{
border-color: #BF67FF;
}
.TagClassName
{
border-color: #BF67FF;
}
</style>