Shades of Medium Orchid #BD6BCD
Tints of Medium Orchid #BD6BCD
RGB
CMYK
RGB Variations
Color information
#BD6BCD (or 0xBD6BCD) is known color: Medium Orchid. HEX triplet: BD, 6B and CD. RGB value is (189,107,205). Sum of RGB (Red+Green+Blue) = 189+107+205=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 107 (42.19% from 255 or 21.36% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD6BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6BCD is #429432. Grayscale: #8E8E8E. Windows color (decimal): -4363315 or 13462461. OLE color: 13462461.
HSL color Cylindrical-coordinate representation of color #BD6BCD: hue angle of 290.2º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD6BCD is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 107 | 205 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.20 |
| HSL | 290.2º | 0.49% | 0.61% | - |
| HSV(B) | 290.2º | 0.48% | 0.8% | - |
| XYZ | 37.26 | 25.74 | 60.76 | - |
| YUV | 142.69 | 163.17 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 107 | 205 | 0.08 | 0.48 | 0 | 0.20 | 290.2 | 0.49 | 0.61 |
| Hex | BD | 6B | CD | 8 | 30 | 0 | 14 | 122 | 31 | 3D |
| Octal | 275 | 153 | 315 | 10 | 60 | 0 | 24 | 442 | 61 | 75 |
| Binary | 10111101 | 1101011 | 11001101 | 1000 | 110000 | 0 | 10100 | 100100010 | 110001 | 111101 |
Color Harmonies of #BD6BCD
Complementary color
Monochromatic Colors of #BD6BCD
Black with #BD6BCD
Text Example
Text Example
White with #BD6BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6BCD; }
p { color: rgb(189,107,205); }
H1.HeaderClassName
{
color: #BD6BCD;
}
.AnyTagClassName
{
color: #BD6BCD;
}
</style>
background-color css
<style>
a { background-color: #BD6BCD; }
a { background-color: rgb(189,107,205); }
div.DivClassName
{
background-color: #BD6BCD;
}
.BgClassName
{
background-color: #BD6BCD;
}
</style>
border-color css
<style>
span { border-color: #BD6BCD; }
span { border-color: rgb(189,107,205); }
td.TdClassName
{
border-color: #BD6BCD;
}
.TagClassName
{
border-color: #BD6BCD;
}
</style>