Shades of Heliotrope #BD56FF
Tints of Heliotrope #BD56FF
RGB
CMYK
RGB Variations
Color information
#BD56FF (or 0xBD56FF) is known color: Heliotrope. HEX triplet: BD, 56 and FF. RGB value is (189,86,255). Sum of RGB (Red+Green+Blue) = 189+86+255=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 86 (33.98% from 255 or 16.23% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD56FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD56FF is #42A900. Grayscale: #878787. Windows color (decimal): -4368641 or 16733885. OLE color: 16733885.
HSL color Cylindrical-coordinate representation of color #BD56FF: hue angle of 276.57º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD56FF is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 86 | 255 | - |
| CMYK | 0.26 | 0.66 | 0 | 0 |
| HSL | 276.57º | 1% | 0.67% | - |
| HSV(B) | 276.57º | 0.66% | 1% | - |
| XYZ | 42.36 | 24.69 | 97.14 | - |
| YUV | 136.06 | 195.12 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 86 | 255 | 0.26 | 0.66 | 0 | 0 | 276.57 | 1 | 0.67 |
| Hex | BD | 56 | FF | 1A | 42 | 0 | 0 | 115 | 64 | 43 |
| Octal | 275 | 126 | 377 | 32 | 102 | 0 | 0 | 425 | 144 | 103 |
| Binary | 10111101 | 1010110 | 11111111 | 11010 | 1000010 | 0 | 0 | 100010101 | 1100100 | 1000011 |
Color Harmonies of #BD56FF
Complementary color
Monochromatic Colors of #BD56FF
Black with #BD56FF
Text Example
Text Example
White with #BD56FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD56FF; }
p { color: rgb(189,86,255); }
H1.HeaderClassName
{
color: #BD56FF;
}
.AnyTagClassName
{
color: #BD56FF;
}
</style>
background-color css
<style>
a { background-color: #BD56FF; }
a { background-color: rgb(189,86,255); }
div.DivClassName
{
background-color: #BD56FF;
}
.BgClassName
{
background-color: #BD56FF;
}
</style>
border-color css
<style>
span { border-color: #BD56FF; }
span { border-color: rgb(189,86,255); }
td.TdClassName
{
border-color: #BD56FF;
}
.TagClassName
{
border-color: #BD56FF;
}
</style>