Shades of Medium Orchid #BD6CCC
Tints of Medium Orchid #BD6CCC
RGB
CMYK
RGB Variations
Color information
#BD6CCC (or 0xBD6CCC) is known color: Medium Orchid. HEX triplet: BD, 6C and CC. RGB value is (189,108,204). Sum of RGB (Red+Green+Blue) = 189+108+204=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 108 (42.58% from 255 or 21.56% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD6CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6CCC is #429333. Grayscale: #8E8E8E. Windows color (decimal): -4363060 or 13397181. OLE color: 13397181.
HSL color Cylindrical-coordinate representation of color #BD6CCC: hue angle of 290.62º degrees, saturation: 0.48, 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 #BD6CCC is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 108 | 204 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.2 |
| HSL | 290.63º | 0.48% | 0.61% | - |
| HSV(B) | 290.63º | 0.47% | 0.8% | - |
| XYZ | 37.25 | 25.9 | 60.16 | - |
| YUV | 143.16 | 162.34 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 108 | 204 | 0.07 | 0.47 | 0 | 0.2 | 290.63 | 0.48 | 0.61 |
| Hex | BD | 6C | CC | 7 | 2F | 0 | 14 | 123 | 30 | 3D |
| Octal | 275 | 154 | 314 | 7 | 57 | 0 | 24 | 443 | 60 | 75 |
| Binary | 10111101 | 1101100 | 11001100 | 111 | 101111 | 0 | 10100 | 100100011 | 110000 | 111101 |
Color Harmonies of #BD6CCC
Complementary color
Monochromatic Colors of #BD6CCC
Black with #BD6CCC
Text Example
Text Example
White with #BD6CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6CCC; }
p { color: rgb(189,108,204); }
H1.HeaderClassName
{
color: #BD6CCC;
}
.AnyTagClassName
{
color: #BD6CCC;
}
</style>
background-color css
<style>
a { background-color: #BD6CCC; }
a { background-color: rgb(189,108,204); }
div.DivClassName
{
background-color: #BD6CCC;
}
.BgClassName
{
background-color: #BD6CCC;
}
</style>
border-color css
<style>
span { border-color: #BD6CCC; }
span { border-color: rgb(189,108,204); }
td.TdClassName
{
border-color: #BD6CCC;
}
.TagClassName
{
border-color: #BD6CCC;
}
</style>