Shades of Medium Orchid #BD46FF
Tints of Medium Orchid #BD46FF
RGB
CMYK
RGB Variations
Color information
#BD46FF (or 0xBD46FF) is known color: Medium Orchid. HEX triplet: BD, 46 and FF. RGB value is (189,70,255). Sum of RGB (Red+Green+Blue) = 189+70+255=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 70 (27.73% from 255 or 13.62% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD46FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD46FF is #42B900. Grayscale: #7E7E7E. Windows color (decimal): -4372737 or 16729789. OLE color: 16729789.
HSL color Cylindrical-coordinate representation of color #BD46FF: hue angle of 278.59º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD46FF is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 70 | 255 | - |
| CMYK | 0.26 | 0.73 | 0 | 0 |
| HSL | 278.59º | 1% | 0.64% | - |
| HSV(B) | 278.59º | 0.73% | 1% | - |
| XYZ | 41.23 | 22.42 | 96.76 | - |
| YUV | 126.67 | 200.42 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 70 | 255 | 0.26 | 0.73 | 0 | 0 | 278.59 | 1 | 0.64 |
| Hex | BD | 46 | FF | 1A | 49 | 0 | 0 | 117 | 64 | 40 |
| Octal | 275 | 106 | 377 | 32 | 111 | 0 | 0 | 427 | 144 | 100 |
| Binary | 10111101 | 1000110 | 11111111 | 11010 | 1001001 | 0 | 0 | 100010111 | 1100100 | 1000000 |
Color Harmonies of #BD46FF
Complementary color
Monochromatic Colors of #BD46FF
Black with #BD46FF
Text Example
Text Example
White with #BD46FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD46FF; }
p { color: rgb(189,70,255); }
H1.HeaderClassName
{
color: #BD46FF;
}
.AnyTagClassName
{
color: #BD46FF;
}
</style>
background-color css
<style>
a { background-color: #BD46FF; }
a { background-color: rgb(189,70,255); }
div.DivClassName
{
background-color: #BD46FF;
}
.BgClassName
{
background-color: #BD46FF;
}
</style>
border-color css
<style>
span { border-color: #BD46FF; }
span { border-color: rgb(189,70,255); }
td.TdClassName
{
border-color: #BD46FF;
}
.TagClassName
{
border-color: #BD46FF;
}
</style>