Shades of Medium Orchid #BD47FE
Tints of Medium Orchid #BD47FE
RGB
CMYK
RGB Variations
Color information
#BD47FE (or 0xBD47FE) is known color: Medium Orchid. HEX triplet: BD, 47 and FE. RGB value is (189,71,254). Sum of RGB (Red+Green+Blue) = 189+71+254=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 71 (28.12% from 255 or 13.81% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD47FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD47FE is #42B801. Grayscale: #7E7E7E. Windows color (decimal): -4372482 or 16664509. OLE color: 16664509.
HSL color Cylindrical-coordinate representation of color #BD47FE: hue angle of 278.69º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD47FE is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 71 | 254 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.00 |
| HSL | 278.69º | 0.99% | 0.64% | - |
| HSV(B) | 278.69º | 0.72% | 1% | - |
| XYZ | 41.13 | 22.48 | 95.94 | - |
| YUV | 127.14 | 199.59 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 71 | 254 | 0.26 | 0.72 | 0 | 0.00 | 278.69 | 0.99 | 0.64 |
| Hex | BD | 47 | FE | 1A | 48 | 0 | 0 | 117 | 63 | 40 |
| Octal | 275 | 107 | 376 | 32 | 110 | 0 | 0 | 427 | 143 | 100 |
| Binary | 10111101 | 1000111 | 11111110 | 11010 | 1001000 | 0 | 0 | 100010111 | 1100011 | 1000000 |
Color Harmonies of #BD47FE
Complementary color
Monochromatic Colors of #BD47FE
Black with #BD47FE
Text Example
Text Example
White with #BD47FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD47FE; }
p { color: rgb(189,71,254); }
H1.HeaderClassName
{
color: #BD47FE;
}
.AnyTagClassName
{
color: #BD47FE;
}
</style>
background-color css
<style>
a { background-color: #BD47FE; }
a { background-color: rgb(189,71,254); }
div.DivClassName
{
background-color: #BD47FE;
}
.BgClassName
{
background-color: #BD47FE;
}
</style>
border-color css
<style>
span { border-color: #BD47FE; }
span { border-color: rgb(189,71,254); }
td.TdClassName
{
border-color: #BD47FE;
}
.TagClassName
{
border-color: #BD47FE;
}
</style>