Shades of Medium Orchid #BD6BDF
Tints of Medium Orchid #BD6BDF
RGB
CMYK
RGB Variations
Color information
#BD6BDF (or 0xBD6BDF) is known color: Medium Orchid. HEX triplet: BD, 6B and DF. RGB value is (189,107,223). Sum of RGB (Red+Green+Blue) = 189+107+223=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 107 (42.19% from 255 or 20.62% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD6BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6BDF is #429420. Grayscale: #909090. Windows color (decimal): -4363297 or 14642109. OLE color: 14642109.
HSL color Cylindrical-coordinate representation of color #BD6BDF: hue angle of 282.41º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD6BDF is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 107 | 223 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.13 |
| HSL | 282.41º | 0.64% | 0.65% | - |
| HSV(B) | 282.41º | 0.52% | 0.87% | - |
| XYZ | 39.56 | 26.66 | 72.87 | - |
| YUV | 144.74 | 172.17 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 107 | 223 | 0.15 | 0.52 | 0 | 0.13 | 282.41 | 0.64 | 0.65 |
| Hex | BD | 6B | DF | F | 34 | 0 | D | 11A | 40 | 41 |
| Octal | 275 | 153 | 337 | 17 | 64 | 0 | 15 | 432 | 100 | 101 |
| Binary | 10111101 | 1101011 | 11011111 | 1111 | 110100 | 0 | 1101 | 100011010 | 1000000 | 1000001 |
Color Harmonies of #BD6BDF
Complementary color
Monochromatic Colors of #BD6BDF
Black with #BD6BDF
Text Example
Text Example
White with #BD6BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6BDF; }
p { color: rgb(189,107,223); }
H1.HeaderClassName
{
color: #BD6BDF;
}
.AnyTagClassName
{
color: #BD6BDF;
}
</style>
background-color css
<style>
a { background-color: #BD6BDF; }
a { background-color: rgb(189,107,223); }
div.DivClassName
{
background-color: #BD6BDF;
}
.BgClassName
{
background-color: #BD6BDF;
}
</style>
border-color css
<style>
span { border-color: #BD6BDF; }
span { border-color: rgb(189,107,223); }
td.TdClassName
{
border-color: #BD6BDF;
}
.TagClassName
{
border-color: #BD6BDF;
}
</style>