Shades of Medium Orchid #BD61DF
Tints of Medium Orchid #BD61DF
RGB
CMYK
RGB Variations
Color information
#BD61DF (or 0xBD61DF) is known color: Medium Orchid. HEX triplet: BD, 61 and DF. RGB value is (189,97,223). Sum of RGB (Red+Green+Blue) = 189+97+223=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 97 (38.28% from 255 or 19.06% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD61DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD61DF is #429E20. Grayscale: #8A8A8A. Windows color (decimal): -4365857 or 14639549. OLE color: 14639549.
HSL color Cylindrical-coordinate representation of color #BD61DF: hue angle of 283.81º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD61DF is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 97 | 223 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.13 |
| HSL | 283.81º | 0.66% | 0.63% | - |
| HSV(B) | 283.81º | 0.57% | 0.87% | - |
| XYZ | 38.58 | 24.7 | 72.55 | - |
| YUV | 138.87 | 175.48 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 97 | 223 | 0.15 | 0.57 | 0 | 0.13 | 283.81 | 0.66 | 0.63 |
| Hex | BD | 61 | DF | F | 39 | 0 | D | 11C | 42 | 3F |
| Octal | 275 | 141 | 337 | 17 | 71 | 0 | 15 | 434 | 102 | 77 |
| Binary | 10111101 | 1100001 | 11011111 | 1111 | 111001 | 0 | 1101 | 100011100 | 1000010 | 111111 |
Color Harmonies of #BD61DF
Complementary color
Monochromatic Colors of #BD61DF
Black with #BD61DF
Text Example
Text Example
White with #BD61DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD61DF; }
p { color: rgb(189,97,223); }
H1.HeaderClassName
{
color: #BD61DF;
}
.AnyTagClassName
{
color: #BD61DF;
}
</style>
background-color css
<style>
a { background-color: #BD61DF; }
a { background-color: rgb(189,97,223); }
div.DivClassName
{
background-color: #BD61DF;
}
.BgClassName
{
background-color: #BD61DF;
}
</style>
border-color css
<style>
span { border-color: #BD61DF; }
span { border-color: rgb(189,97,223); }
td.TdClassName
{
border-color: #BD61DF;
}
.TagClassName
{
border-color: #BD61DF;
}
</style>