Shades of Medium Orchid #BD6CEF
Tints of Medium Orchid #BD6CEF
RGB
CMYK
RGB Variations
Color information
#BD6CEF (or 0xBD6CEF) is known color: Medium Orchid. HEX triplet: BD, 6C and EF. RGB value is (189,108,239). Sum of RGB (Red+Green+Blue) = 189+108+239=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 108 (42.58% from 255 or 20.15% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD6CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6CEF is #429310. Grayscale: #929292. Windows color (decimal): -4363025 or 15690941. OLE color: 15690941.
HSL color Cylindrical-coordinate representation of color #BD6CEF: hue angle of 277.1º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD6CEF is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 108 | 239 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.06 |
| HSL | 277.1º | 0.8% | 0.68% | - |
| HSV(B) | 277.1º | 0.55% | 0.94% | - |
| XYZ | 41.93 | 27.78 | 84.81 | - |
| YUV | 147.15 | 179.84 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 108 | 239 | 0.21 | 0.55 | 0 | 0.06 | 277.1 | 0.8 | 0.68 |
| Hex | BD | 6C | EF | 15 | 37 | 0 | 6 | 115 | 50 | 44 |
| Octal | 275 | 154 | 357 | 25 | 67 | 0 | 6 | 425 | 120 | 104 |
| Binary | 10111101 | 1101100 | 11101111 | 10101 | 110111 | 0 | 110 | 100010101 | 1010000 | 1000100 |
Color Harmonies of #BD6CEF
Complementary color
Monochromatic Colors of #BD6CEF
Black with #BD6CEF
Text Example
Text Example
White with #BD6CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6CEF; }
p { color: rgb(189,108,239); }
H1.HeaderClassName
{
color: #BD6CEF;
}
.AnyTagClassName
{
color: #BD6CEF;
}
</style>
background-color css
<style>
a { background-color: #BD6CEF; }
a { background-color: rgb(189,108,239); }
div.DivClassName
{
background-color: #BD6CEF;
}
.BgClassName
{
background-color: #BD6CEF;
}
</style>
border-color css
<style>
span { border-color: #BD6CEF; }
span { border-color: rgb(189,108,239); }
td.TdClassName
{
border-color: #BD6CEF;
}
.TagClassName
{
border-color: #BD6CEF;
}
</style>