Shades of Heliotrope #BD60FA
Tints of Heliotrope #BD60FA
RGB
CMYK
RGB Variations
Color information
#BD60FA (or 0xBD60FA) is known color: Heliotrope. HEX triplet: BD, 60 and FA. RGB value is (189,96,250). Sum of RGB (Red+Green+Blue) = 189+96+250=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 96 (37.89% from 255 or 17.94% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD60FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD60FA is #429F05. Grayscale: #8C8C8C. Windows color (decimal): -4366086 or 16408765. OLE color: 16408765.
HSL color Cylindrical-coordinate representation of color #BD60FA: hue angle of 276.23º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD60FA is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 96 | 250 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.02 |
| HSL | 276.23º | 0.94% | 0.68% | - |
| HSV(B) | 276.23º | 0.62% | 0.98% | - |
| XYZ | 42.42 | 26.09 | 93.24 | - |
| YUV | 141.36 | 189.31 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 96 | 250 | 0.24 | 0.62 | 0 | 0.02 | 276.23 | 0.94 | 0.68 |
| Hex | BD | 60 | FA | 18 | 3E | 0 | 2 | 114 | 5E | 44 |
| Octal | 275 | 140 | 372 | 30 | 76 | 0 | 2 | 424 | 136 | 104 |
| Binary | 10111101 | 1100000 | 11111010 | 11000 | 111110 | 0 | 10 | 100010100 | 1011110 | 1000100 |
Color Harmonies of #BD60FA
Complementary color
Monochromatic Colors of #BD60FA
Black with #BD60FA
Text Example
Text Example
White with #BD60FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD60FA; }
p { color: rgb(189,96,250); }
H1.HeaderClassName
{
color: #BD60FA;
}
.AnyTagClassName
{
color: #BD60FA;
}
</style>
background-color css
<style>
a { background-color: #BD60FA; }
a { background-color: rgb(189,96,250); }
div.DivClassName
{
background-color: #BD60FA;
}
.BgClassName
{
background-color: #BD60FA;
}
</style>
border-color css
<style>
span { border-color: #BD60FA; }
span { border-color: rgb(189,96,250); }
td.TdClassName
{
border-color: #BD60FA;
}
.TagClassName
{
border-color: #BD60FA;
}
</style>