Shades of Medium Orchid #BD40DF
Tints of Medium Orchid #BD40DF
RGB
CMYK
RGB Variations
Color information
#BD40DF (or 0xBD40DF) is known color: Medium Orchid. HEX triplet: BD, 40 and DF. RGB value is (189,64,223). Sum of RGB (Red+Green+Blue) = 189+64+223=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 64 (25.39% from 255 or 13.45% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD40DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD40DF is #42BF20. Grayscale: #767676. Windows color (decimal): -4374305 or 14631101. OLE color: 14631101.
HSL color Cylindrical-coordinate representation of color #BD40DF: hue angle of 287.17º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD40DF is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 64 | 223 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.13 |
| HSL | 287.17º | 0.71% | 0.56% | - |
| HSV(B) | 287.17º | 0.71% | 0.87% | - |
| XYZ | 36.14 | 19.81 | 71.73 | - |
| YUV | 119.5 | 186.41 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 223 | 0.15 | 0.71 | 0 | 0.13 | 287.17 | 0.71 | 0.56 |
| Hex | BD | 40 | DF | F | 47 | 0 | D | 11F | 47 | 38 |
| Octal | 275 | 100 | 337 | 17 | 107 | 0 | 15 | 437 | 107 | 70 |
| Binary | 10111101 | 1000000 | 11011111 | 1111 | 1000111 | 0 | 1101 | 100011111 | 1000111 | 111000 |
Color Harmonies of #BD40DF
Complementary color
Monochromatic Colors of #BD40DF
Black with #BD40DF
Text Example
Text Example
White with #BD40DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD40DF; }
p { color: rgb(189,64,223); }
H1.HeaderClassName
{
color: #BD40DF;
}
.AnyTagClassName
{
color: #BD40DF;
}
</style>
background-color css
<style>
a { background-color: #BD40DF; }
a { background-color: rgb(189,64,223); }
div.DivClassName
{
background-color: #BD40DF;
}
.BgClassName
{
background-color: #BD40DF;
}
</style>
border-color css
<style>
span { border-color: #BD40DF; }
span { border-color: rgb(189,64,223); }
td.TdClassName
{
border-color: #BD40DF;
}
.TagClassName
{
border-color: #BD40DF;
}
</style>