Shades of Heliotrope #BF6CFB
Tints of Heliotrope #BF6CFB
RGB
CMYK
RGB Variations
Color information
#BF6CFB (or 0xBF6CFB) is known color: Heliotrope. HEX triplet: BF, 6C and FB. RGB value is (191,108,251). Sum of RGB (Red+Green+Blue) = 191+108+251=550 (72% of max value = 765). Red value is 191 (75% from 255 or 34.73% from 550); Green value is 108 (42.58% from 255 or 19.64% from 550); Blue value is 251 (98.44% from 255 or 45.64% from 550); Max value from RGB is 251 - color contains mainly: blue. Hex color #BF6CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6CFB is #409304. Grayscale: #949494. Windows color (decimal): -4231941 or 16477375. OLE color: 16477375.
HSL color Cylindrical-coordinate representation of color #BF6CFB: hue angle of 274.83º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF6CFB is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 108 | 251 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.02 |
| HSL | 274.83º | 0.95% | 0.7% | - |
| HSV(B) | 274.83º | 0.57% | 0.98% | - |
| XYZ | 44.26 | 28.77 | 94.49 | - |
| YUV | 149.12 | 185.5 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 108 | 251 | 0.24 | 0.57 | 0 | 0.02 | 274.83 | 0.95 | 0.7 |
| Hex | BF | 6C | FB | 18 | 39 | 0 | 2 | 113 | 5F | 46 |
| Octal | 277 | 154 | 373 | 30 | 71 | 0 | 2 | 423 | 137 | 106 |
| Binary | 10111111 | 1101100 | 11111011 | 11000 | 111001 | 0 | 10 | 100010011 | 1011111 | 1000110 |
Color Harmonies of #BF6CFB
Complementary color
Monochromatic Colors of #BF6CFB
Black with #BF6CFB
Text Example
Text Example
White with #BF6CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF6CFB; }
p { color: rgb(191,108,251); }
H1.HeaderClassName
{
color: #BF6CFB;
}
.AnyTagClassName
{
color: #BF6CFB;
}
</style>
background-color css
<style>
a { background-color: #BF6CFB; }
a { background-color: rgb(191,108,251); }
div.DivClassName
{
background-color: #BF6CFB;
}
.BgClassName
{
background-color: #BF6CFB;
}
</style>
border-color css
<style>
span { border-color: #BF6CFB; }
span { border-color: rgb(191,108,251); }
td.TdClassName
{
border-color: #BF6CFB;
}
.TagClassName
{
border-color: #BF6CFB;
}
</style>