Shades of Medium Orchid #BD6BCF
Tints of Medium Orchid #BD6BCF
RGB
CMYK
RGB Variations
Color information
#BD6BCF (or 0xBD6BCF) is known color: Medium Orchid. HEX triplet: BD, 6B and CF. RGB value is (189,107,207). Sum of RGB (Red+Green+Blue) = 189+107+207=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD6BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6BCF is #429430. Grayscale: #8E8E8E. Windows color (decimal): -4363313 or 13593533. OLE color: 13593533.
HSL color Cylindrical-coordinate representation of color #BD6BCF: hue angle of 289.2º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD6BCF is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 107 | 207 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.19 |
| HSL | 289.2º | 0.51% | 0.62% | - |
| HSV(B) | 289.2º | 0.48% | 0.81% | - |
| XYZ | 37.51 | 25.84 | 62.04 | - |
| YUV | 142.92 | 164.17 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 107 | 207 | 0.09 | 0.48 | 0 | 0.19 | 289.2 | 0.51 | 0.62 |
| Hex | BD | 6B | CF | 9 | 30 | 0 | 13 | 121 | 33 | 3E |
| Octal | 275 | 153 | 317 | 11 | 60 | 0 | 23 | 441 | 63 | 76 |
| Binary | 10111101 | 1101011 | 11001111 | 1001 | 110000 | 0 | 10011 | 100100001 | 110011 | 111110 |
Color Harmonies of #BD6BCF
Complementary color
Monochromatic Colors of #BD6BCF
Black with #BD6BCF
Text Example
Text Example
White with #BD6BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6BCF; }
p { color: rgb(189,107,207); }
H1.HeaderClassName
{
color: #BD6BCF;
}
.AnyTagClassName
{
color: #BD6BCF;
}
</style>
background-color css
<style>
a { background-color: #BD6BCF; }
a { background-color: rgb(189,107,207); }
div.DivClassName
{
background-color: #BD6BCF;
}
.BgClassName
{
background-color: #BD6BCF;
}
</style>
border-color css
<style>
span { border-color: #BD6BCF; }
span { border-color: rgb(189,107,207); }
td.TdClassName
{
border-color: #BD6BCF;
}
.TagClassName
{
border-color: #BD6BCF;
}
</style>