Shades of Heliotrope #BD85FF
Tints of Heliotrope #BD85FF
RGB
CMYK
RGB Variations
Color information
#BD85FF (or 0xBD85FF) is known color: Heliotrope. HEX triplet: BD, 85 and FF. RGB value is (189,133,255). Sum of RGB (Red+Green+Blue) = 189+133+255=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 133 (52.34% from 255 or 23.05% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD85FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD85FF is #427A00. Grayscale: #A3A3A3. Windows color (decimal): -4356609 or 16745917. OLE color: 16745917.
HSL color Cylindrical-coordinate representation of color #BD85FF: hue angle of 267.54º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD85FF is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 133 | 255 | - |
| CMYK | 0.26 | 0.48 | 0 | 0 |
| HSL | 267.54º | 1% | 0.76% | - |
| HSV(B) | 267.54º | 0.48% | 1% | - |
| XYZ | 47.42 | 34.81 | 98.83 | - |
| YUV | 163.65 | 179.55 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 133 | 255 | 0.26 | 0.48 | 0 | 0 | 267.54 | 1 | 0.76 |
| Hex | BD | 85 | FF | 1A | 30 | 0 | 0 | 10C | 64 | 4C |
| Octal | 275 | 205 | 377 | 32 | 60 | 0 | 0 | 414 | 144 | 114 |
| Binary | 10111101 | 10000101 | 11111111 | 11010 | 110000 | 0 | 0 | 100001100 | 1100100 | 1001100 |
Color Harmonies of #BD85FF
Complementary color
Monochromatic Colors of #BD85FF
Black with #BD85FF
Text Example
Text Example
White with #BD85FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD85FF; }
p { color: rgb(189,133,255); }
H1.HeaderClassName
{
color: #BD85FF;
}
.AnyTagClassName
{
color: #BD85FF;
}
</style>
background-color css
<style>
a { background-color: #BD85FF; }
a { background-color: rgb(189,133,255); }
div.DivClassName
{
background-color: #BD85FF;
}
.BgClassName
{
background-color: #BD85FF;
}
</style>
border-color css
<style>
span { border-color: #BD85FF; }
span { border-color: rgb(189,133,255); }
td.TdClassName
{
border-color: #BD85FF;
}
.TagClassName
{
border-color: #BD85FF;
}
</style>