Shades of Heliotrope #BD81F7
Tints of Heliotrope #BD81F7
RGB
CMYK
RGB Variations
Color information
#BD81F7 (or 0xBD81F7) is known color: Heliotrope. HEX triplet: BD, 81 and F7. RGB value is (189,129,247). Sum of RGB (Red+Green+Blue) = 189+129+247=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 129 (50.78% from 255 or 22.83% from 565); Blue value is 247 (96.88% from 255 or 43.72% from 565); Max value from RGB is 247 - color contains mainly: blue. Hex color #BD81F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD81F7 is #427E08. Grayscale: #9F9F9F. Windows color (decimal): -4357641 or 16220605. OLE color: 16220605.
HSL color Cylindrical-coordinate representation of color #BD81F7: hue angle of 270.51º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD81F7 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 129 | 247 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.03 |
| HSL | 270.51º | 0.88% | 0.74% | - |
| HSV(B) | 270.51º | 0.48% | 0.97% | - |
| XYZ | 45.63 | 33.23 | 92.01 | - |
| YUV | 160.39 | 176.88 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 129 | 247 | 0.23 | 0.48 | 0 | 0.03 | 270.51 | 0.88 | 0.74 |
| Hex | BD | 81 | F7 | 17 | 30 | 0 | 3 | 10F | 58 | 4A |
| Octal | 275 | 201 | 367 | 27 | 60 | 0 | 3 | 417 | 130 | 112 |
| Binary | 10111101 | 10000001 | 11110111 | 10111 | 110000 | 0 | 11 | 100001111 | 1011000 | 1001010 |
Color Harmonies of #BD81F7
Complementary color
Monochromatic Colors of #BD81F7
Black with #BD81F7
Text Example
Text Example
White with #BD81F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD81F7; }
p { color: rgb(189,129,247); }
H1.HeaderClassName
{
color: #BD81F7;
}
.AnyTagClassName
{
color: #BD81F7;
}
</style>
background-color css
<style>
a { background-color: #BD81F7; }
a { background-color: rgb(189,129,247); }
div.DivClassName
{
background-color: #BD81F7;
}
.BgClassName
{
background-color: #BD81F7;
}
</style>
border-color css
<style>
span { border-color: #BD81F7; }
span { border-color: rgb(189,129,247); }
td.TdClassName
{
border-color: #BD81F7;
}
.TagClassName
{
border-color: #BD81F7;
}
</style>