Shades of Heliotrope #BF6CF2
Tints of Heliotrope #BF6CF2
RGB
CMYK
RGB Variations
Color information
#BF6CF2 (or 0xBF6CF2) is known color: Heliotrope. HEX triplet: BF, 6C and F2. RGB value is (191,108,242). Sum of RGB (Red+Green+Blue) = 191+108+242=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 108 (42.58% from 255 or 19.96% from 541); Blue value is 242 (94.92% from 255 or 44.73% from 541); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF6CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6CF2 is #40930D. Grayscale: #939393. Windows color (decimal): -4231950 or 15887551. OLE color: 15887551.
HSL color Cylindrical-coordinate representation of color #BF6CF2: hue angle of 277.16º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF6CF2 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 108 | 242 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.05 |
| HSL | 277.16º | 0.84% | 0.69% | - |
| HSV(B) | 277.16º | 0.55% | 0.95% | - |
| XYZ | 42.88 | 28.21 | 87.19 | - |
| YUV | 148.09 | 181 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 108 | 242 | 0.21 | 0.55 | 0 | 0.05 | 277.16 | 0.84 | 0.69 |
| Hex | BF | 6C | F2 | 15 | 37 | 0 | 5 | 115 | 54 | 45 |
| Octal | 277 | 154 | 362 | 25 | 67 | 0 | 5 | 425 | 124 | 105 |
| Binary | 10111111 | 1101100 | 11110010 | 10101 | 110111 | 0 | 101 | 100010101 | 1010100 | 1000101 |
Color Harmonies of #BF6CF2
Complementary color
Monochromatic Colors of #BF6CF2
Black with #BF6CF2
Text Example
Text Example
White with #BF6CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6CF2; }
p { color: rgb(191,108,242); }
H1.HeaderClassName
{
color: #BF6CF2;
}
.AnyTagClassName
{
color: #BF6CF2;
}
</style>
background-color css
<style>
a { background-color: #BF6CF2; }
a { background-color: rgb(191,108,242); }
div.DivClassName
{
background-color: #BF6CF2;
}
.BgClassName
{
background-color: #BF6CF2;
}
</style>
border-color css
<style>
span { border-color: #BF6CF2; }
span { border-color: rgb(191,108,242); }
td.TdClassName
{
border-color: #BF6CF2;
}
.TagClassName
{
border-color: #BF6CF2;
}
</style>