Shades of Heliotrope #BD67F6
Tints of Heliotrope #BD67F6
RGB
CMYK
RGB Variations
Color information
#BD67F6 (or 0xBD67F6) is known color: Heliotrope. HEX triplet: BD, 67 and F6. RGB value is (189,103,246). Sum of RGB (Red+Green+Blue) = 189+103+246=538 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.13% from 538); Green value is 103 (40.62% from 255 or 19.14% from 538); Blue value is 246 (96.48% from 255 or 45.72% from 538); Max value from RGB is 246 - color contains mainly: blue. Hex color #BD67F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD67F6 is #429809. Grayscale: #909090. Windows color (decimal): -4364298 or 16148413. OLE color: 16148413.
HSL color Cylindrical-coordinate representation of color #BD67F6: hue angle of 276.08º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD67F6 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 103 | 246 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.04 |
| HSL | 276.08º | 0.89% | 0.68% | - |
| HSV(B) | 276.08º | 0.58% | 0.96% | - |
| XYZ | 42.47 | 27.17 | 90.2 | - |
| YUV | 145.02 | 184.99 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 103 | 246 | 0.23 | 0.58 | 0 | 0.04 | 276.08 | 0.89 | 0.68 |
| Hex | BD | 67 | F6 | 17 | 3A | 0 | 4 | 114 | 59 | 44 |
| Octal | 275 | 147 | 366 | 27 | 72 | 0 | 4 | 424 | 131 | 104 |
| Binary | 10111101 | 1100111 | 11110110 | 10111 | 111010 | 0 | 100 | 100010100 | 1011001 | 1000100 |
Color Harmonies of #BD67F6
Complementary color
Monochromatic Colors of #BD67F6
Black with #BD67F6
Text Example
Text Example
White with #BD67F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD67F6; }
p { color: rgb(189,103,246); }
H1.HeaderClassName
{
color: #BD67F6;
}
.AnyTagClassName
{
color: #BD67F6;
}
</style>
background-color css
<style>
a { background-color: #BD67F6; }
a { background-color: rgb(189,103,246); }
div.DivClassName
{
background-color: #BD67F6;
}
.BgClassName
{
background-color: #BD67F6;
}
</style>
border-color css
<style>
span { border-color: #BD67F6; }
span { border-color: rgb(189,103,246); }
td.TdClassName
{
border-color: #BD67F6;
}
.TagClassName
{
border-color: #BD67F6;
}
</style>