Shades of Medium Orchid #BD4DDF
Tints of Medium Orchid #BD4DDF
RGB
CMYK
RGB Variations
Color information
#BD4DDF (or 0xBD4DDF) is known color: Medium Orchid. HEX triplet: BD, 4D and DF. RGB value is (189,77,223). Sum of RGB (Red+Green+Blue) = 189+77+223=489 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.65% from 489); Green value is 77 (30.47% from 255 or 15.75% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD4DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD4DDF is #42B220. Grayscale: #7E7E7E. Windows color (decimal): -4370977 or 14634429. OLE color: 14634429.
HSL color Cylindrical-coordinate representation of color #BD4DDF: hue angle of 286.03º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD4DDF is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 77 | 223 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.13 |
| HSL | 286.03º | 0.7% | 0.59% | - |
| HSV(B) | 286.03º | 0.65% | 0.87% | - |
| XYZ | 36.96 | 21.45 | 72.01 | - |
| YUV | 127.13 | 182.11 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 77 | 223 | 0.15 | 0.65 | 0 | 0.13 | 286.03 | 0.7 | 0.59 |
| Hex | BD | 4D | DF | F | 41 | 0 | D | 11E | 46 | 3B |
| Octal | 275 | 115 | 337 | 17 | 101 | 0 | 15 | 436 | 106 | 73 |
| Binary | 10111101 | 1001101 | 11011111 | 1111 | 1000001 | 0 | 1101 | 100011110 | 1000110 | 111011 |
Color Harmonies of #BD4DDF
Complementary color
Monochromatic Colors of #BD4DDF
Black with #BD4DDF
Text Example
Text Example
White with #BD4DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4DDF; }
p { color: rgb(189,77,223); }
H1.HeaderClassName
{
color: #BD4DDF;
}
.AnyTagClassName
{
color: #BD4DDF;
}
</style>
background-color css
<style>
a { background-color: #BD4DDF; }
a { background-color: rgb(189,77,223); }
div.DivClassName
{
background-color: #BD4DDF;
}
.BgClassName
{
background-color: #BD4DDF;
}
</style>
border-color css
<style>
span { border-color: #BD4DDF; }
span { border-color: rgb(189,77,223); }
td.TdClassName
{
border-color: #BD4DDF;
}
.TagClassName
{
border-color: #BD4DDF;
}
</style>