Shades of Medium Orchid #BD46FE
Tints of Medium Orchid #BD46FE
RGB
CMYK
RGB Variations
Color information
#BD46FE (or 0xBD46FE) is known color: Medium Orchid. HEX triplet: BD, 46 and FE. RGB value is (189,70,254). Sum of RGB (Red+Green+Blue) = 189+70+254=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 70 (27.73% from 255 or 13.65% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD46FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD46FE is #42B901. Grayscale: #7D7D7D. Windows color (decimal): -4372738 or 16664253. OLE color: 16664253.
HSL color Cylindrical-coordinate representation of color #BD46FE: hue angle of 278.8º 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 #BD46FE is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 70 | 254 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.00 |
| HSL | 278.8º | 0.99% | 0.64% | - |
| HSV(B) | 278.8º | 0.72% | 1% | - |
| XYZ | 41.07 | 22.35 | 95.92 | - |
| YUV | 126.56 | 199.92 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 70 | 254 | 0.26 | 0.72 | 0 | 0.00 | 278.8 | 0.99 | 0.64 |
| Hex | BD | 46 | FE | 1A | 48 | 0 | 0 | 117 | 63 | 40 |
| Octal | 275 | 106 | 376 | 32 | 110 | 0 | 0 | 427 | 143 | 100 |
| Binary | 10111101 | 1000110 | 11111110 | 11010 | 1001000 | 0 | 0 | 100010111 | 1100011 | 1000000 |
Color Harmonies of #BD46FE
Complementary color
Monochromatic Colors of #BD46FE
Black with #BD46FE
Text Example
Text Example
White with #BD46FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD46FE; }
p { color: rgb(189,70,254); }
H1.HeaderClassName
{
color: #BD46FE;
}
.AnyTagClassName
{
color: #BD46FE;
}
</style>
background-color css
<style>
a { background-color: #BD46FE; }
a { background-color: rgb(189,70,254); }
div.DivClassName
{
background-color: #BD46FE;
}
.BgClassName
{
background-color: #BD46FE;
}
</style>
border-color css
<style>
span { border-color: #BD46FE; }
span { border-color: rgb(189,70,254); }
td.TdClassName
{
border-color: #BD46FE;
}
.TagClassName
{
border-color: #BD46FE;
}
</style>