Shades of Heliotrope #BD64FF
Tints of Heliotrope #BD64FF
RGB
CMYK
RGB Variations
Color information
#BD64FF (or 0xBD64FF) is known color: Heliotrope. HEX triplet: BD, 64 and FF. RGB value is (189,100,255). Sum of RGB (Red+Green+Blue) = 189+100+255=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 100 (39.45% from 255 or 18.38% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD64FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD64FF is #429B00. Grayscale: #8F8F8F. Windows color (decimal): -4365057 or 16737469. OLE color: 16737469.
HSL color Cylindrical-coordinate representation of color #BD64FF: hue angle of 274.45º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD64FF is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 100 | 255 | - |
| CMYK | 0.26 | 0.61 | 0 | 0 |
| HSL | 274.45º | 1% | 0.7% | - |
| HSV(B) | 274.45º | 0.61% | 1% | - |
| XYZ | 43.59 | 27.15 | 97.55 | - |
| YUV | 144.28 | 190.49 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 100 | 255 | 0.26 | 0.61 | 0 | 0 | 274.45 | 1 | 0.7 |
| Hex | BD | 64 | FF | 1A | 3D | 0 | 0 | 112 | 64 | 46 |
| Octal | 275 | 144 | 377 | 32 | 75 | 0 | 0 | 422 | 144 | 106 |
| Binary | 10111101 | 1100100 | 11111111 | 11010 | 111101 | 0 | 0 | 100010010 | 1100100 | 1000110 |
Color Harmonies of #BD64FF
Complementary color
Monochromatic Colors of #BD64FF
Black with #BD64FF
Text Example
Text Example
White with #BD64FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD64FF; }
p { color: rgb(189,100,255); }
H1.HeaderClassName
{
color: #BD64FF;
}
.AnyTagClassName
{
color: #BD64FF;
}
</style>
background-color css
<style>
a { background-color: #BD64FF; }
a { background-color: rgb(189,100,255); }
div.DivClassName
{
background-color: #BD64FF;
}
.BgClassName
{
background-color: #BD64FF;
}
</style>
border-color css
<style>
span { border-color: #BD64FF; }
span { border-color: rgb(189,100,255); }
td.TdClassName
{
border-color: #BD64FF;
}
.TagClassName
{
border-color: #BD64FF;
}
</style>