Shades of Medium Orchid #BD45DF
Tints of Medium Orchid #BD45DF
RGB
CMYK
RGB Variations
Color information
#BD45DF (or 0xBD45DF) is known color: Medium Orchid. HEX triplet: BD, 45 and DF. RGB value is (189,69,223). Sum of RGB (Red+Green+Blue) = 189+69+223=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 69 (27.34% from 255 or 14.35% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD45DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD45DF is #42BA20. Grayscale: #797979. Windows color (decimal): -4373025 or 14632381. OLE color: 14632381.
HSL color Cylindrical-coordinate representation of color #BD45DF: hue angle of 286.75º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD45DF is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 69 | 223 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.13 |
| HSL | 286.75º | 0.71% | 0.57% | - |
| HSV(B) | 286.75º | 0.69% | 0.87% | - |
| XYZ | 36.43 | 20.4 | 71.83 | - |
| YUV | 122.44 | 184.76 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 223 | 0.15 | 0.69 | 0 | 0.13 | 286.75 | 0.71 | 0.57 |
| Hex | BD | 45 | DF | F | 45 | 0 | D | 11F | 47 | 39 |
| Octal | 275 | 105 | 337 | 17 | 105 | 0 | 15 | 437 | 107 | 71 |
| Binary | 10111101 | 1000101 | 11011111 | 1111 | 1000101 | 0 | 1101 | 100011111 | 1000111 | 111001 |
Color Harmonies of #BD45DF
Complementary color
Monochromatic Colors of #BD45DF
Black with #BD45DF
Text Example
Text Example
White with #BD45DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD45DF; }
p { color: rgb(189,69,223); }
H1.HeaderClassName
{
color: #BD45DF;
}
.AnyTagClassName
{
color: #BD45DF;
}
</style>
background-color css
<style>
a { background-color: #BD45DF; }
a { background-color: rgb(189,69,223); }
div.DivClassName
{
background-color: #BD45DF;
}
.BgClassName
{
background-color: #BD45DF;
}
</style>
border-color css
<style>
span { border-color: #BD45DF; }
span { border-color: rgb(189,69,223); }
td.TdClassName
{
border-color: #BD45DF;
}
.TagClassName
{
border-color: #BD45DF;
}
</style>