Shades of Heliotrope #BD68FA
Tints of Heliotrope #BD68FA
RGB
CMYK
RGB Variations
Color information
#BD68FA (or 0xBD68FA) is known color: Heliotrope. HEX triplet: BD, 68 and FA. RGB value is (189,104,250). Sum of RGB (Red+Green+Blue) = 189+104+250=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 104 (41.02% from 255 or 19.15% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD68FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD68FA is #429705. Grayscale: #919191. Windows color (decimal): -4364038 or 16410813. OLE color: 16410813.
HSL color Cylindrical-coordinate representation of color #BD68FA: hue angle of 274.93º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD68FA is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 104 | 250 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.02 |
| HSL | 274.93º | 0.94% | 0.69% | - |
| HSV(B) | 274.93º | 0.58% | 0.98% | - |
| XYZ | 43.19 | 27.62 | 93.5 | - |
| YUV | 146.06 | 186.66 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 104 | 250 | 0.24 | 0.58 | 0 | 0.02 | 274.93 | 0.94 | 0.69 |
| Hex | BD | 68 | FA | 18 | 3A | 0 | 2 | 113 | 5E | 45 |
| Octal | 275 | 150 | 372 | 30 | 72 | 0 | 2 | 423 | 136 | 105 |
| Binary | 10111101 | 1101000 | 11111010 | 11000 | 111010 | 0 | 10 | 100010011 | 1011110 | 1000101 |
Color Harmonies of #BD68FA
Complementary color
Monochromatic Colors of #BD68FA
Black with #BD68FA
Text Example
Text Example
White with #BD68FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD68FA; }
p { color: rgb(189,104,250); }
H1.HeaderClassName
{
color: #BD68FA;
}
.AnyTagClassName
{
color: #BD68FA;
}
</style>
background-color css
<style>
a { background-color: #BD68FA; }
a { background-color: rgb(189,104,250); }
div.DivClassName
{
background-color: #BD68FA;
}
.BgClassName
{
background-color: #BD68FA;
}
</style>
border-color css
<style>
span { border-color: #BD68FA; }
span { border-color: rgb(189,104,250); }
td.TdClassName
{
border-color: #BD68FA;
}
.TagClassName
{
border-color: #BD68FA;
}
</style>