Shades of Heliotrope #BD73FE
Tints of Heliotrope #BD73FE
RGB
CMYK
RGB Variations
Color information
#BD73FE (or 0xBD73FE) is known color: Heliotrope. HEX triplet: BD, 73 and FE. RGB value is (189,115,254). Sum of RGB (Red+Green+Blue) = 189+115+254=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 115 (45.31% from 255 or 20.61% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD73FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD73FE is #428C01. Grayscale: #989898. Windows color (decimal): -4361218 or 16675773. OLE color: 16675773.
HSL color Cylindrical-coordinate representation of color #BD73FE: hue angle of 271.94º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD73FE is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 115 | 254 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.00 |
| HSL | 271.94º | 0.99% | 0.72% | - |
| HSV(B) | 271.94º | 0.55% | 1% | - |
| XYZ | 45.01 | 30.24 | 97.23 | - |
| YUV | 152.97 | 185.02 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 115 | 254 | 0.26 | 0.55 | 0 | 0.00 | 271.94 | 0.99 | 0.72 |
| Hex | BD | 73 | FE | 1A | 37 | 0 | 0 | 110 | 63 | 48 |
| Octal | 275 | 163 | 376 | 32 | 67 | 0 | 0 | 420 | 143 | 110 |
| Binary | 10111101 | 1110011 | 11111110 | 11010 | 110111 | 0 | 0 | 100010000 | 1100011 | 1001000 |
Color Harmonies of #BD73FE
Complementary color
Monochromatic Colors of #BD73FE
Black with #BD73FE
Text Example
Text Example
White with #BD73FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD73FE; }
p { color: rgb(189,115,254); }
H1.HeaderClassName
{
color: #BD73FE;
}
.AnyTagClassName
{
color: #BD73FE;
}
</style>
background-color css
<style>
a { background-color: #BD73FE; }
a { background-color: rgb(189,115,254); }
div.DivClassName
{
background-color: #BD73FE;
}
.BgClassName
{
background-color: #BD73FE;
}
</style>
border-color css
<style>
span { border-color: #BD73FE; }
span { border-color: rgb(189,115,254); }
td.TdClassName
{
border-color: #BD73FE;
}
.TagClassName
{
border-color: #BD73FE;
}
</style>