Shades of Heliotrope #BD68FE
Tints of Heliotrope #BD68FE
RGB
CMYK
RGB Variations
Color information
#BD68FE (or 0xBD68FE) is known color: Heliotrope. HEX triplet: BD, 68 and FE. RGB value is (189,104,254). Sum of RGB (Red+Green+Blue) = 189+104+254=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 104 (41.02% from 255 or 19.01% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD68FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD68FE is #429701. Grayscale: #929292. Windows color (decimal): -4364034 or 16672957. OLE color: 16672957.
HSL color Cylindrical-coordinate representation of color #BD68FE: hue angle of 274º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD68FE is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 104 | 254 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.00 |
| HSL | 274º | 0.99% | 0.7% | - |
| HSV(B) | 274º | 0.59% | 1% | - |
| XYZ | 43.83 | 27.88 | 96.84 | - |
| YUV | 146.52 | 188.66 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 104 | 254 | 0.26 | 0.59 | 0 | 0.00 | 274 | 0.99 | 0.7 |
| Hex | BD | 68 | FE | 1A | 3B | 0 | 0 | 112 | 63 | 46 |
| Octal | 275 | 150 | 376 | 32 | 73 | 0 | 0 | 422 | 143 | 106 |
| Binary | 10111101 | 1101000 | 11111110 | 11010 | 111011 | 0 | 0 | 100010010 | 1100011 | 1000110 |
Color Harmonies of #BD68FE
Complementary color
Monochromatic Colors of #BD68FE
Black with #BD68FE
Text Example
Text Example
White with #BD68FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD68FE; }
p { color: rgb(189,104,254); }
H1.HeaderClassName
{
color: #BD68FE;
}
.AnyTagClassName
{
color: #BD68FE;
}
</style>
background-color css
<style>
a { background-color: #BD68FE; }
a { background-color: rgb(189,104,254); }
div.DivClassName
{
background-color: #BD68FE;
}
.BgClassName
{
background-color: #BD68FE;
}
</style>
border-color css
<style>
span { border-color: #BD68FE; }
span { border-color: rgb(189,104,254); }
td.TdClassName
{
border-color: #BD68FE;
}
.TagClassName
{
border-color: #BD68FE;
}
</style>