Shades of Heliotrope #BD68FD
Tints of Heliotrope #BD68FD
RGB
CMYK
RGB Variations
Color information
#BD68FD (or 0xBD68FD) is known color: Heliotrope. HEX triplet: BD, 68 and FD. RGB value is (189,104,253). Sum of RGB (Red+Green+Blue) = 189+104+253=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 104 (41.02% from 255 or 19.05% from 546); Blue value is 253 (99.22% from 255 or 46.34% from 546); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD68FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD68FD is #429702. Grayscale: #919191. Windows color (decimal): -4364035 or 16607421. OLE color: 16607421.
HSL color Cylindrical-coordinate representation of color #BD68FD: hue angle of 274.23º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD68FD is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 104 | 253 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.01 |
| HSL | 274.23º | 0.97% | 0.7% | - |
| HSV(B) | 274.23º | 0.59% | 0.99% | - |
| XYZ | 43.67 | 27.81 | 96 | - |
| YUV | 146.4 | 188.16 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 104 | 253 | 0.25 | 0.59 | 0 | 0.01 | 274.23 | 0.97 | 0.7 |
| Hex | BD | 68 | FD | 19 | 3B | 0 | 1 | 112 | 61 | 46 |
| Octal | 275 | 150 | 375 | 31 | 73 | 0 | 1 | 422 | 141 | 106 |
| Binary | 10111101 | 1101000 | 11111101 | 11001 | 111011 | 0 | 1 | 100010010 | 1100001 | 1000110 |
Color Harmonies of #BD68FD
Complementary color
Monochromatic Colors of #BD68FD
Black with #BD68FD
Text Example
Text Example
White with #BD68FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD68FD; }
p { color: rgb(189,104,253); }
H1.HeaderClassName
{
color: #BD68FD;
}
.AnyTagClassName
{
color: #BD68FD;
}
</style>
background-color css
<style>
a { background-color: #BD68FD; }
a { background-color: rgb(189,104,253); }
div.DivClassName
{
background-color: #BD68FD;
}
.BgClassName
{
background-color: #BD68FD;
}
</style>
border-color css
<style>
span { border-color: #BD68FD; }
span { border-color: rgb(189,104,253); }
td.TdClassName
{
border-color: #BD68FD;
}
.TagClassName
{
border-color: #BD68FD;
}
</style>