Shades of Heliotrope #BF72F0
Tints of Heliotrope #BF72F0
RGB
CMYK
RGB Variations
Color information
#BF72F0 (or 0xBF72F0) is known color: Heliotrope. HEX triplet: BF, 72 and F0. RGB value is (191,114,240). Sum of RGB (Red+Green+Blue) = 191+114+240=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 114 (44.92% from 255 or 20.92% from 545); Blue value is 240 (94.14% from 255 or 44.04% from 545); Max value from RGB is 240 - color contains mainly: blue. Hex color #BF72F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF72F0 is #408D0F. Grayscale: #969696. Windows color (decimal): -4230416 or 15758015. OLE color: 15758015.
HSL color Cylindrical-coordinate representation of color #BF72F0: hue angle of 276.67º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF72F0 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 114 | 240 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.06 |
| HSL | 276.67º | 0.81% | 0.69% | - |
| HSV(B) | 276.67º | 0.53% | 0.94% | - |
| XYZ | 43.23 | 29.4 | 85.83 | - |
| YUV | 151.39 | 178.01 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 114 | 240 | 0.20 | 0.52 | 0 | 0.06 | 276.67 | 0.81 | 0.69 |
| Hex | BF | 72 | F0 | 14 | 34 | 0 | 6 | 115 | 51 | 45 |
| Octal | 277 | 162 | 360 | 24 | 64 | 0 | 6 | 425 | 121 | 105 |
| Binary | 10111111 | 1110010 | 11110000 | 10100 | 110100 | 0 | 110 | 100010101 | 1010001 | 1000101 |
Color Harmonies of #BF72F0
Complementary color
Monochromatic Colors of #BF72F0
Black with #BF72F0
Text Example
Text Example
White with #BF72F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF72F0; }
p { color: rgb(191,114,240); }
H1.HeaderClassName
{
color: #BF72F0;
}
.AnyTagClassName
{
color: #BF72F0;
}
</style>
background-color css
<style>
a { background-color: #BF72F0; }
a { background-color: rgb(191,114,240); }
div.DivClassName
{
background-color: #BF72F0;
}
.BgClassName
{
background-color: #BF72F0;
}
</style>
border-color css
<style>
span { border-color: #BF72F0; }
span { border-color: rgb(191,114,240); }
td.TdClassName
{
border-color: #BF72F0;
}
.TagClassName
{
border-color: #BF72F0;
}
</style>