Shades of Medium Orchid #BD6BDA
Tints of Medium Orchid #BD6BDA
RGB
CMYK
RGB Variations
Color information
#BD6BDA (or 0xBD6BDA) is known color: Medium Orchid. HEX triplet: BD, 6B and DA. RGB value is (189,107,218). Sum of RGB (Red+Green+Blue) = 189+107+218=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 107 (42.19% from 255 or 20.82% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD6BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6BDA is #429425. Grayscale: #8F8F8F. Windows color (decimal): -4363302 or 14314429. OLE color: 14314429.
HSL color Cylindrical-coordinate representation of color #BD6BDA: hue angle of 284.32º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD6BDA is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 107 | 218 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.15 |
| HSL | 284.32º | 0.6% | 0.64% | - |
| HSV(B) | 284.32º | 0.51% | 0.85% | - |
| XYZ | 38.9 | 26.4 | 69.37 | - |
| YUV | 144.17 | 169.67 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 107 | 218 | 0.13 | 0.51 | 0 | 0.15 | 284.32 | 0.6 | 0.64 |
| Hex | BD | 6B | DA | D | 33 | 0 | F | 11C | 3C | 40 |
| Octal | 275 | 153 | 332 | 15 | 63 | 0 | 17 | 434 | 74 | 100 |
| Binary | 10111101 | 1101011 | 11011010 | 1101 | 110011 | 0 | 1111 | 100011100 | 111100 | 1000000 |
Color Harmonies of #BD6BDA
Complementary color
Monochromatic Colors of #BD6BDA
Black with #BD6BDA
Text Example
Text Example
White with #BD6BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6BDA; }
p { color: rgb(189,107,218); }
H1.HeaderClassName
{
color: #BD6BDA;
}
.AnyTagClassName
{
color: #BD6BDA;
}
</style>
background-color css
<style>
a { background-color: #BD6BDA; }
a { background-color: rgb(189,107,218); }
div.DivClassName
{
background-color: #BD6BDA;
}
.BgClassName
{
background-color: #BD6BDA;
}
</style>
border-color css
<style>
span { border-color: #BD6BDA; }
span { border-color: rgb(189,107,218); }
td.TdClassName
{
border-color: #BD6BDA;
}
.TagClassName
{
border-color: #BD6BDA;
}
</style>