Shades of Heliotrope #BD61FA
Tints of Heliotrope #BD61FA
RGB
CMYK
RGB Variations
Color information
#BD61FA (or 0xBD61FA) is known color: Heliotrope. HEX triplet: BD, 61 and FA. RGB value is (189,97,250). Sum of RGB (Red+Green+Blue) = 189+97+250=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 97 (38.28% from 255 or 18.10% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD61FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD61FA is #429E05. Grayscale: #8D8D8D. Windows color (decimal): -4365830 or 16409021. OLE color: 16409021.
HSL color Cylindrical-coordinate representation of color #BD61FA: hue angle of 276.08º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD61FA is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 97 | 250 | - |
| CMYK | 0.24 | 0.61 | 0 | 0.02 |
| HSL | 276.08º | 0.94% | 0.68% | - |
| HSV(B) | 276.08º | 0.61% | 0.98% | - |
| XYZ | 42.52 | 26.27 | 93.27 | - |
| YUV | 141.95 | 188.98 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 97 | 250 | 0.24 | 0.61 | 0 | 0.02 | 276.08 | 0.94 | 0.68 |
| Hex | BD | 61 | FA | 18 | 3D | 0 | 2 | 114 | 5E | 44 |
| Octal | 275 | 141 | 372 | 30 | 75 | 0 | 2 | 424 | 136 | 104 |
| Binary | 10111101 | 1100001 | 11111010 | 11000 | 111101 | 0 | 10 | 100010100 | 1011110 | 1000100 |
Color Harmonies of #BD61FA
Complementary color
Monochromatic Colors of #BD61FA
Black with #BD61FA
Text Example
Text Example
White with #BD61FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD61FA; }
p { color: rgb(189,97,250); }
H1.HeaderClassName
{
color: #BD61FA;
}
.AnyTagClassName
{
color: #BD61FA;
}
</style>
background-color css
<style>
a { background-color: #BD61FA; }
a { background-color: rgb(189,97,250); }
div.DivClassName
{
background-color: #BD61FA;
}
.BgClassName
{
background-color: #BD61FA;
}
</style>
border-color css
<style>
span { border-color: #BD61FA; }
span { border-color: rgb(189,97,250); }
td.TdClassName
{
border-color: #BD61FA;
}
.TagClassName
{
border-color: #BD61FA;
}
</style>