Shades of Heliotrope #BD78F1
Tints of Heliotrope #BD78F1
RGB
CMYK
RGB Variations
Color information
#BD78F1 (or 0xBD78F1) is known color: Heliotrope. HEX triplet: BD, 78 and F1. RGB value is (189,120,241). Sum of RGB (Red+Green+Blue) = 189+120+241=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 120 (47.27% from 255 or 21.82% from 550); Blue value is 241 (94.53% from 255 or 43.82% from 550); Max value from RGB is 241 - color contains mainly: blue. Hex color #BD78F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD78F1 is #42870E. Grayscale: #9A9A9A. Windows color (decimal): -4359951 or 15825085. OLE color: 15825085.
HSL color Cylindrical-coordinate representation of color #BD78F1: hue angle of 274.21º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD78F1 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 120 | 241 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.05 |
| HSL | 274.21º | 0.81% | 0.71% | - |
| HSV(B) | 274.21º | 0.5% | 0.95% | - |
| XYZ | 43.58 | 30.6 | 86.83 | - |
| YUV | 154.43 | 176.86 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 241 | 0.22 | 0.50 | 0 | 0.05 | 274.21 | 0.81 | 0.71 |
| Hex | BD | 78 | F1 | 16 | 32 | 0 | 5 | 112 | 51 | 47 |
| Octal | 275 | 170 | 361 | 26 | 62 | 0 | 5 | 422 | 121 | 107 |
| Binary | 10111101 | 1111000 | 11110001 | 10110 | 110010 | 0 | 101 | 100010010 | 1010001 | 1000111 |
Color Harmonies of #BD78F1
Complementary color
Monochromatic Colors of #BD78F1
Black with #BD78F1
Text Example
Text Example
White with #BD78F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD78F1; }
p { color: rgb(189,120,241); }
H1.HeaderClassName
{
color: #BD78F1;
}
.AnyTagClassName
{
color: #BD78F1;
}
</style>
background-color css
<style>
a { background-color: #BD78F1; }
a { background-color: rgb(189,120,241); }
div.DivClassName
{
background-color: #BD78F1;
}
.BgClassName
{
background-color: #BD78F1;
}
</style>
border-color css
<style>
span { border-color: #BD78F1; }
span { border-color: rgb(189,120,241); }
td.TdClassName
{
border-color: #BD78F1;
}
.TagClassName
{
border-color: #BD78F1;
}
</style>