Shades of Heliotrope #BD64F7
Tints of Heliotrope #BD64F7
RGB
CMYK
RGB Variations
Color information
#BD64F7 (or 0xBD64F7) is known color: Heliotrope. HEX triplet: BD, 64 and F7. RGB value is (189,100,247). Sum of RGB (Red+Green+Blue) = 189+100+247=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 100 (39.45% from 255 or 18.66% from 536); Blue value is 247 (96.88% from 255 or 46.08% from 536); Max value from RGB is 247 - color contains mainly: blue. Hex color #BD64F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD64F7 is #429B08. Grayscale: #8E8E8E. Windows color (decimal): -4365065 or 16213181. OLE color: 16213181.
HSL color Cylindrical-coordinate representation of color #BD64F7: hue angle of 276.33º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD64F7 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 100 | 247 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.03 |
| HSL | 276.33º | 0.9% | 0.68% | - |
| HSV(B) | 276.33º | 0.6% | 0.97% | - |
| XYZ | 42.33 | 26.65 | 90.91 | - |
| YUV | 143.37 | 186.49 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 100 | 247 | 0.23 | 0.60 | 0 | 0.03 | 276.33 | 0.9 | 0.68 |
| Hex | BD | 64 | F7 | 17 | 3C | 0 | 3 | 114 | 5A | 44 |
| Octal | 275 | 144 | 367 | 27 | 74 | 0 | 3 | 424 | 132 | 104 |
| Binary | 10111101 | 1100100 | 11110111 | 10111 | 111100 | 0 | 11 | 100010100 | 1011010 | 1000100 |
Color Harmonies of #BD64F7
Complementary color
Monochromatic Colors of #BD64F7
Black with #BD64F7
Text Example
Text Example
White with #BD64F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD64F7; }
p { color: rgb(189,100,247); }
H1.HeaderClassName
{
color: #BD64F7;
}
.AnyTagClassName
{
color: #BD64F7;
}
</style>
background-color css
<style>
a { background-color: #BD64F7; }
a { background-color: rgb(189,100,247); }
div.DivClassName
{
background-color: #BD64F7;
}
.BgClassName
{
background-color: #BD64F7;
}
</style>
border-color css
<style>
span { border-color: #BD64F7; }
span { border-color: rgb(189,100,247); }
td.TdClassName
{
border-color: #BD64F7;
}
.TagClassName
{
border-color: #BD64F7;
}
</style>