Shades of Heliotrope #BD79F3
Tints of Heliotrope #BD79F3
RGB
CMYK
RGB Variations
Color information
#BD79F3 (or 0xBD79F3) is known color: Heliotrope. HEX triplet: BD, 79 and F3. RGB value is (189,121,243). Sum of RGB (Red+Green+Blue) = 189+121+243=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 121 (47.66% from 255 or 21.88% from 553); Blue value is 243 (95.31% from 255 or 43.94% from 553); Max value from RGB is 243 - color contains mainly: blue. Hex color #BD79F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD79F3 is #42860C. Grayscale: #9A9A9A. Windows color (decimal): -4359693 or 15956413. OLE color: 15956413.
HSL color Cylindrical-coordinate representation of color #BD79F3: hue angle of 273.44º degrees, saturation: 0.84, 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 #BD79F3 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 121 | 243 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.05 |
| HSL | 273.44º | 0.84% | 0.71% | - |
| HSV(B) | 273.44º | 0.5% | 0.95% | - |
| XYZ | 44 | 30.96 | 88.45 | - |
| YUV | 155.24 | 177.53 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 121 | 243 | 0.22 | 0.50 | 0 | 0.05 | 273.44 | 0.84 | 0.71 |
| Hex | BD | 79 | F3 | 16 | 32 | 0 | 5 | 111 | 54 | 47 |
| Octal | 275 | 171 | 363 | 26 | 62 | 0 | 5 | 421 | 124 | 107 |
| Binary | 10111101 | 1111001 | 11110011 | 10110 | 110010 | 0 | 101 | 100010001 | 1010100 | 1000111 |
Color Harmonies of #BD79F3
Complementary color
Monochromatic Colors of #BD79F3
Black with #BD79F3
Text Example
Text Example
White with #BD79F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD79F3; }
p { color: rgb(189,121,243); }
H1.HeaderClassName
{
color: #BD79F3;
}
.AnyTagClassName
{
color: #BD79F3;
}
</style>
background-color css
<style>
a { background-color: #BD79F3; }
a { background-color: rgb(189,121,243); }
div.DivClassName
{
background-color: #BD79F3;
}
.BgClassName
{
background-color: #BD79F3;
}
</style>
border-color css
<style>
span { border-color: #BD79F3; }
span { border-color: rgb(189,121,243); }
td.TdClassName
{
border-color: #BD79F3;
}
.TagClassName
{
border-color: #BD79F3;
}
</style>