Shades of Medium Orchid #BD6BDC
Tints of Medium Orchid #BD6BDC
RGB
CMYK
RGB Variations
Color information
#BD6BDC (or 0xBD6BDC) is known color: Medium Orchid. HEX triplet: BD, 6B and DC. RGB value is (189,107,220). Sum of RGB (Red+Green+Blue) = 189+107+220=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 107 (42.19% from 255 or 20.74% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD6BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6BDC is #429423. Grayscale: #909090. Windows color (decimal): -4363300 or 14445501. OLE color: 14445501.
HSL color Cylindrical-coordinate representation of color #BD6BDC: hue angle of 283.54º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD6BDC is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 107 | 220 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.14 |
| HSL | 283.54º | 0.62% | 0.64% | - |
| HSV(B) | 283.54º | 0.51% | 0.86% | - |
| XYZ | 39.16 | 26.5 | 70.76 | - |
| YUV | 144.4 | 170.67 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 107 | 220 | 0.14 | 0.51 | 0 | 0.14 | 283.54 | 0.62 | 0.64 |
| Hex | BD | 6B | DC | E | 33 | 0 | E | 11C | 3E | 40 |
| Octal | 275 | 153 | 334 | 16 | 63 | 0 | 16 | 434 | 76 | 100 |
| Binary | 10111101 | 1101011 | 11011100 | 1110 | 110011 | 0 | 1110 | 100011100 | 111110 | 1000000 |
Color Harmonies of #BD6BDC
Complementary color
Monochromatic Colors of #BD6BDC
Black with #BD6BDC
Text Example
Text Example
White with #BD6BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6BDC; }
p { color: rgb(189,107,220); }
H1.HeaderClassName
{
color: #BD6BDC;
}
.AnyTagClassName
{
color: #BD6BDC;
}
</style>
background-color css
<style>
a { background-color: #BD6BDC; }
a { background-color: rgb(189,107,220); }
div.DivClassName
{
background-color: #BD6BDC;
}
.BgClassName
{
background-color: #BD6BDC;
}
</style>
border-color css
<style>
span { border-color: #BD6BDC; }
span { border-color: rgb(189,107,220); }
td.TdClassName
{
border-color: #BD6BDC;
}
.TagClassName
{
border-color: #BD6BDC;
}
</style>