Shades of Heliotrope #BD78F0
Tints of Heliotrope #BD78F0
RGB
CMYK
RGB Variations
Color information
#BD78F0 (or 0xBD78F0) is known color: Heliotrope. HEX triplet: BD, 78 and F0. RGB value is (189,120,240). Sum of RGB (Red+Green+Blue) = 189+120+240=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 120 (47.27% from 255 or 21.86% from 549); Blue value is 240 (94.14% from 255 or 43.72% from 549); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD78F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD78F0 is #42870F. Grayscale: #999999. Windows color (decimal): -4359952 or 15759549. OLE color: 15759549.
HSL color Cylindrical-coordinate representation of color #BD78F0: hue angle of 274.5º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD78F0 is Cyan = 0.21, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 120 | 240 | - |
| CMYK | 0.21 | 0.5 | 0 | 0.06 |
| HSL | 274.5º | 0.8% | 0.71% | - |
| HSV(B) | 274.5º | 0.5% | 0.94% | - |
| XYZ | 43.43 | 30.54 | 86.04 | - |
| YUV | 154.31 | 176.36 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 120 | 240 | 0.21 | 0.5 | 0 | 0.06 | 274.5 | 0.8 | 0.71 |
| Hex | BD | 78 | F0 | 15 | 32 | 0 | 6 | 112 | 50 | 47 |
| Octal | 275 | 170 | 360 | 25 | 62 | 0 | 6 | 422 | 120 | 107 |
| Binary | 10111101 | 1111000 | 11110000 | 10101 | 110010 | 0 | 110 | 100010010 | 1010000 | 1000111 |
Color Harmonies of #BD78F0
Complementary color
Monochromatic Colors of #BD78F0
Black with #BD78F0
Text Example
Text Example
White with #BD78F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD78F0; }
p { color: rgb(189,120,240); }
H1.HeaderClassName
{
color: #BD78F0;
}
.AnyTagClassName
{
color: #BD78F0;
}
</style>
background-color css
<style>
a { background-color: #BD78F0; }
a { background-color: rgb(189,120,240); }
div.DivClassName
{
background-color: #BD78F0;
}
.BgClassName
{
background-color: #BD78F0;
}
</style>
border-color css
<style>
span { border-color: #BD78F0; }
span { border-color: rgb(189,120,240); }
td.TdClassName
{
border-color: #BD78F0;
}
.TagClassName
{
border-color: #BD78F0;
}
</style>