Shades of Medium Orchid #BD6CCD
Tints of Medium Orchid #BD6CCD
RGB
CMYK
RGB Variations
Color information
#BD6CCD (or 0xBD6CCD) is known color: Medium Orchid. HEX triplet: BD, 6C and CD. RGB value is (189,108,205). Sum of RGB (Red+Green+Blue) = 189+108+205=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD6CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6CCD is #429332. Grayscale: #8E8E8E. Windows color (decimal): -4363059 or 13462717. OLE color: 13462717.
HSL color Cylindrical-coordinate representation of color #BD6CCD: hue angle of 290.1º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD6CCD is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 108 | 205 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.20 |
| HSL | 290.1º | 0.49% | 0.61% | - |
| HSV(B) | 290.1º | 0.47% | 0.8% | - |
| XYZ | 37.37 | 25.95 | 60.8 | - |
| YUV | 143.28 | 162.84 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 108 | 205 | 0.08 | 0.47 | 0 | 0.20 | 290.1 | 0.49 | 0.61 |
| Hex | BD | 6C | CD | 8 | 2F | 0 | 14 | 122 | 31 | 3D |
| Octal | 275 | 154 | 315 | 10 | 57 | 0 | 24 | 442 | 61 | 75 |
| Binary | 10111101 | 1101100 | 11001101 | 1000 | 101111 | 0 | 10100 | 100100010 | 110001 | 111101 |
Color Harmonies of #BD6CCD
Complementary color
Monochromatic Colors of #BD6CCD
Black with #BD6CCD
Text Example
Text Example
White with #BD6CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6CCD; }
p { color: rgb(189,108,205); }
H1.HeaderClassName
{
color: #BD6CCD;
}
.AnyTagClassName
{
color: #BD6CCD;
}
</style>
background-color css
<style>
a { background-color: #BD6CCD; }
a { background-color: rgb(189,108,205); }
div.DivClassName
{
background-color: #BD6CCD;
}
.BgClassName
{
background-color: #BD6CCD;
}
</style>
border-color css
<style>
span { border-color: #BD6CCD; }
span { border-color: rgb(189,108,205); }
td.TdClassName
{
border-color: #BD6CCD;
}
.TagClassName
{
border-color: #BD6CCD;
}
</style>