Shades of Heliotrope #BF67F2
Tints of Heliotrope #BF67F2
RGB
CMYK
RGB Variations
Color information
#BF67F2 (or 0xBF67F2) is known color: Heliotrope. HEX triplet: BF, 67 and F2. RGB value is (191,103,242). Sum of RGB (Red+Green+Blue) = 191+103+242=536 (70% of max value = 765). Red value is 191 (75% from 255 or 35.63% from 536); Green value is 103 (40.62% from 255 or 19.22% from 536); Blue value is 242 (94.92% from 255 or 45.15% from 536); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF67F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF67F2 is #40980D. Grayscale: #909090. Windows color (decimal): -4233230 or 15886271. OLE color: 15886271.
HSL color Cylindrical-coordinate representation of color #BF67F2: hue angle of 277.99º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF67F2 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 103 | 242 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.05 |
| HSL | 277.99º | 0.84% | 0.68% | - |
| HSV(B) | 277.99º | 0.57% | 0.95% | - |
| XYZ | 42.36 | 27.19 | 87.02 | - |
| YUV | 145.16 | 182.65 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 103 | 242 | 0.21 | 0.57 | 0 | 0.05 | 277.99 | 0.84 | 0.68 |
| Hex | BF | 67 | F2 | 15 | 39 | 0 | 5 | 116 | 54 | 44 |
| Octal | 277 | 147 | 362 | 25 | 71 | 0 | 5 | 426 | 124 | 104 |
| Binary | 10111111 | 1100111 | 11110010 | 10101 | 111001 | 0 | 101 | 100010110 | 1010100 | 1000100 |
Color Harmonies of #BF67F2
Complementary color
Monochromatic Colors of #BF67F2
Black with #BF67F2
Text Example
Text Example
White with #BF67F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF67F2; }
p { color: rgb(191,103,242); }
H1.HeaderClassName
{
color: #BF67F2;
}
.AnyTagClassName
{
color: #BF67F2;
}
</style>
background-color css
<style>
a { background-color: #BF67F2; }
a { background-color: rgb(191,103,242); }
div.DivClassName
{
background-color: #BF67F2;
}
.BgClassName
{
background-color: #BF67F2;
}
</style>
border-color css
<style>
span { border-color: #BF67F2; }
span { border-color: rgb(191,103,242); }
td.TdClassName
{
border-color: #BF67F2;
}
.TagClassName
{
border-color: #BF67F2;
}
</style>