Shades of Heliotrope #BD64FE
Tints of Heliotrope #BD64FE
RGB
CMYK
RGB Variations
Color information
#BD64FE (or 0xBD64FE) is known color: Heliotrope. HEX triplet: BD, 64 and FE. RGB value is (189,100,254). Sum of RGB (Red+Green+Blue) = 189+100+254=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 100 (39.45% from 255 or 18.42% from 543); Blue value is 254 (99.61% from 255 or 46.78% from 543); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD64FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD64FE is #429B01. Grayscale: #8F8F8F. Windows color (decimal): -4365058 or 16671933. OLE color: 16671933.
HSL color Cylindrical-coordinate representation of color #BD64FE: hue angle of 274.68º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD64FE is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 100 | 254 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.00 |
| HSL | 274.68º | 0.99% | 0.69% | - |
| HSV(B) | 274.68º | 0.61% | 1% | - |
| XYZ | 43.43 | 27.09 | 96.71 | - |
| YUV | 144.17 | 189.99 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 100 | 254 | 0.26 | 0.61 | 0 | 0.00 | 274.68 | 0.99 | 0.69 |
| Hex | BD | 64 | FE | 1A | 3D | 0 | 0 | 113 | 63 | 45 |
| Octal | 275 | 144 | 376 | 32 | 75 | 0 | 0 | 423 | 143 | 105 |
| Binary | 10111101 | 1100100 | 11111110 | 11010 | 111101 | 0 | 0 | 100010011 | 1100011 | 1000101 |
Color Harmonies of #BD64FE
Complementary color
Monochromatic Colors of #BD64FE
Black with #BD64FE
Text Example
Text Example
White with #BD64FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD64FE; }
p { color: rgb(189,100,254); }
H1.HeaderClassName
{
color: #BD64FE;
}
.AnyTagClassName
{
color: #BD64FE;
}
</style>
background-color css
<style>
a { background-color: #BD64FE; }
a { background-color: rgb(189,100,254); }
div.DivClassName
{
background-color: #BD64FE;
}
.BgClassName
{
background-color: #BD64FE;
}
</style>
border-color css
<style>
span { border-color: #BD64FE; }
span { border-color: rgb(189,100,254); }
td.TdClassName
{
border-color: #BD64FE;
}
.TagClassName
{
border-color: #BD64FE;
}
</style>