Shades of Heliotrope #BD5FFF
Tints of Heliotrope #BD5FFF
RGB
CMYK
RGB Variations
Color information
#BD5FFF (or 0xBD5FFF) is known color: Heliotrope. HEX triplet: BD, 5F and FF. RGB value is (189,95,255). Sum of RGB (Red+Green+Blue) = 189+95+255=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 95 (37.5% from 255 or 17.63% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD5FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5FFF is #42A000. Grayscale: #8C8C8C. Windows color (decimal): -4366337 or 16736189. OLE color: 16736189.
HSL color Cylindrical-coordinate representation of color #BD5FFF: hue angle of 275.25º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD5FFF is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 95 | 255 | - |
| CMYK | 0.26 | 0.63 | 0 | 0 |
| HSL | 275.25º | 1% | 0.69% | - |
| HSV(B) | 275.25º | 0.63% | 1% | - |
| XYZ | 43.13 | 26.22 | 97.4 | - |
| YUV | 141.35 | 192.14 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 95 | 255 | 0.26 | 0.63 | 0 | 0 | 275.25 | 1 | 0.69 |
| Hex | BD | 5F | FF | 1A | 3F | 0 | 0 | 113 | 64 | 45 |
| Octal | 275 | 137 | 377 | 32 | 77 | 0 | 0 | 423 | 144 | 105 |
| Binary | 10111101 | 1011111 | 11111111 | 11010 | 111111 | 0 | 0 | 100010011 | 1100100 | 1000101 |
Color Harmonies of #BD5FFF
Complementary color
Monochromatic Colors of #BD5FFF
Black with #BD5FFF
Text Example
Text Example
White with #BD5FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5FFF; }
p { color: rgb(189,95,255); }
H1.HeaderClassName
{
color: #BD5FFF;
}
.AnyTagClassName
{
color: #BD5FFF;
}
</style>
background-color css
<style>
a { background-color: #BD5FFF; }
a { background-color: rgb(189,95,255); }
div.DivClassName
{
background-color: #BD5FFF;
}
.BgClassName
{
background-color: #BD5FFF;
}
</style>
border-color css
<style>
span { border-color: #BD5FFF; }
span { border-color: rgb(189,95,255); }
td.TdClassName
{
border-color: #BD5FFF;
}
.TagClassName
{
border-color: #BD5FFF;
}
</style>