Shades of Medium Orchid #BD6ACF
Tints of Medium Orchid #BD6ACF
RGB
CMYK
RGB Variations
Color information
#BD6ACF (or 0xBD6ACF) is known color: Medium Orchid. HEX triplet: BD, 6A and CF. RGB value is (189,106,207). Sum of RGB (Red+Green+Blue) = 189+106+207=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 106 (41.80% from 255 or 21.12% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD6ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6ACF is #429530. Grayscale: #8E8E8E. Windows color (decimal): -4363569 or 13593277. OLE color: 13593277.
HSL color Cylindrical-coordinate representation of color #BD6ACF: hue angle of 289.31º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD6ACF is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 106 | 207 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.19 |
| HSL | 289.31º | 0.51% | 0.61% | - |
| HSV(B) | 289.31º | 0.49% | 0.81% | - |
| XYZ | 37.4 | 25.63 | 62.01 | - |
| YUV | 142.33 | 164.5 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 106 | 207 | 0.09 | 0.49 | 0 | 0.19 | 289.31 | 0.51 | 0.61 |
| Hex | BD | 6A | CF | 9 | 31 | 0 | 13 | 121 | 33 | 3D |
| Octal | 275 | 152 | 317 | 11 | 61 | 0 | 23 | 441 | 63 | 75 |
| Binary | 10111101 | 1101010 | 11001111 | 1001 | 110001 | 0 | 10011 | 100100001 | 110011 | 111101 |
Color Harmonies of #BD6ACF
Complementary color
Monochromatic Colors of #BD6ACF
Black with #BD6ACF
Text Example
Text Example
White with #BD6ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6ACF; }
p { color: rgb(189,106,207); }
H1.HeaderClassName
{
color: #BD6ACF;
}
.AnyTagClassName
{
color: #BD6ACF;
}
</style>
background-color css
<style>
a { background-color: #BD6ACF; }
a { background-color: rgb(189,106,207); }
div.DivClassName
{
background-color: #BD6ACF;
}
.BgClassName
{
background-color: #BD6ACF;
}
</style>
border-color css
<style>
span { border-color: #BD6ACF; }
span { border-color: rgb(189,106,207); }
td.TdClassName
{
border-color: #BD6ACF;
}
.TagClassName
{
border-color: #BD6ACF;
}
</style>