Shades of Medium Orchid #BD6BEF
Tints of Medium Orchid #BD6BEF
RGB
CMYK
RGB Variations
Color information
#BD6BEF (or 0xBD6BEF) is known color: Medium Orchid. HEX triplet: BD, 6B and EF. RGB value is (189,107,239). Sum of RGB (Red+Green+Blue) = 189+107+239=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 107 (42.19% from 255 or 20% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD6BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6BEF is #429410. Grayscale: #929292. Windows color (decimal): -4363281 or 15690685. OLE color: 15690685.
HSL color Cylindrical-coordinate representation of color #BD6BEF: hue angle of 277.27º 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 #BD6BEF is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 107 | 239 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.06 |
| HSL | 277.27º | 0.8% | 0.68% | - |
| HSV(B) | 277.27º | 0.55% | 0.94% | - |
| XYZ | 41.82 | 27.57 | 84.78 | - |
| YUV | 146.57 | 180.17 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 107 | 239 | 0.21 | 0.55 | 0 | 0.06 | 277.27 | 0.8 | 0.68 |
| Hex | BD | 6B | EF | 15 | 37 | 0 | 6 | 115 | 50 | 44 |
| Octal | 275 | 153 | 357 | 25 | 67 | 0 | 6 | 425 | 120 | 104 |
| Binary | 10111101 | 1101011 | 11101111 | 10101 | 110111 | 0 | 110 | 100010101 | 1010000 | 1000100 |
Color Harmonies of #BD6BEF
Complementary color
Monochromatic Colors of #BD6BEF
Black with #BD6BEF
Text Example
Text Example
White with #BD6BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6BEF; }
p { color: rgb(189,107,239); }
H1.HeaderClassName
{
color: #BD6BEF;
}
.AnyTagClassName
{
color: #BD6BEF;
}
</style>
background-color css
<style>
a { background-color: #BD6BEF; }
a { background-color: rgb(189,107,239); }
div.DivClassName
{
background-color: #BD6BEF;
}
.BgClassName
{
background-color: #BD6BEF;
}
</style>
border-color css
<style>
span { border-color: #BD6BEF; }
span { border-color: rgb(189,107,239); }
td.TdClassName
{
border-color: #BD6BEF;
}
.TagClassName
{
border-color: #BD6BEF;
}
</style>