Shades of Heliotrope #BF72F2
Tints of Heliotrope #BF72F2
RGB
CMYK
RGB Variations
Color information
#BF72F2 (or 0xBF72F2) is known color: Heliotrope. HEX triplet: BF, 72 and F2. RGB value is (191,114,242). Sum of RGB (Red+Green+Blue) = 191+114+242=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 114 (44.92% from 255 or 20.84% from 547); Blue value is 242 (94.92% from 255 or 44.24% from 547); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF72F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF72F2 is #408D0D. Grayscale: #979797. Windows color (decimal): -4230414 or 15889087. OLE color: 15889087.
HSL color Cylindrical-coordinate representation of color #BF72F2: hue angle of 276.09º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF72F2 is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 114 | 242 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.05 |
| HSL | 276.09º | 0.83% | 0.7% | - |
| HSV(B) | 276.09º | 0.53% | 0.95% | - |
| XYZ | 43.53 | 29.52 | 87.41 | - |
| YUV | 151.62 | 179.01 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 114 | 242 | 0.21 | 0.53 | 0 | 0.05 | 276.09 | 0.83 | 0.7 |
| Hex | BF | 72 | F2 | 15 | 35 | 0 | 5 | 114 | 53 | 46 |
| Octal | 277 | 162 | 362 | 25 | 65 | 0 | 5 | 424 | 123 | 106 |
| Binary | 10111111 | 1110010 | 11110010 | 10101 | 110101 | 0 | 101 | 100010100 | 1010011 | 1000110 |
Color Harmonies of #BF72F2
Complementary color
Monochromatic Colors of #BF72F2
Black with #BF72F2
Text Example
Text Example
White with #BF72F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF72F2; }
p { color: rgb(191,114,242); }
H1.HeaderClassName
{
color: #BF72F2;
}
.AnyTagClassName
{
color: #BF72F2;
}
</style>
background-color css
<style>
a { background-color: #BF72F2; }
a { background-color: rgb(191,114,242); }
div.DivClassName
{
background-color: #BF72F2;
}
.BgClassName
{
background-color: #BF72F2;
}
</style>
border-color css
<style>
span { border-color: #BF72F2; }
span { border-color: rgb(191,114,242); }
td.TdClassName
{
border-color: #BF72F2;
}
.TagClassName
{
border-color: #BF72F2;
}
</style>