Shades of Medium Orchid #BD43D0
Tints of Medium Orchid #BD43D0
RGB
CMYK
RGB Variations
Color information
#BD43D0 (or 0xBD43D0) is known color: Medium Orchid. HEX triplet: BD, 43 and D0. RGB value is (189,67,208). Sum of RGB (Red+Green+Blue) = 189+67+208=464 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.73% from 464); Green value is 67 (26.56% from 255 or 14.44% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 208 - color contains mainly: blue. Hex color #BD43D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD43D0 is #42BC2F. Grayscale: #777777. Windows color (decimal): -4373552 or 13648829. OLE color: 13648829.
HSL color Cylindrical-coordinate representation of color #BD43D0: hue angle of 291.91º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD43D0 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 67 | 208 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.18 |
| HSL | 291.91º | 0.6% | 0.54% | - |
| HSV(B) | 291.91º | 0.68% | 0.82% | - |
| XYZ | 34.38 | 19.39 | 61.6 | - |
| YUV | 119.55 | 177.92 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 67 | 208 | 0.09 | 0.68 | 0 | 0.18 | 291.91 | 0.6 | 0.54 |
| Hex | BD | 43 | D0 | 9 | 44 | 0 | 12 | 124 | 3C | 36 |
| Octal | 275 | 103 | 320 | 11 | 104 | 0 | 22 | 444 | 74 | 66 |
| Binary | 10111101 | 1000011 | 11010000 | 1001 | 1000100 | 0 | 10010 | 100100100 | 111100 | 110110 |
Color Harmonies of #BD43D0
Complementary color
Monochromatic Colors of #BD43D0
Black with #BD43D0
Text Example
Text Example
White with #BD43D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD43D0; }
p { color: rgb(189,67,208); }
H1.HeaderClassName
{
color: #BD43D0;
}
.AnyTagClassName
{
color: #BD43D0;
}
</style>
background-color css
<style>
a { background-color: #BD43D0; }
a { background-color: rgb(189,67,208); }
div.DivClassName
{
background-color: #BD43D0;
}
.BgClassName
{
background-color: #BD43D0;
}
</style>
border-color css
<style>
span { border-color: #BD43D0; }
span { border-color: rgb(189,67,208); }
td.TdClassName
{
border-color: #BD43D0;
}
.TagClassName
{
border-color: #BD43D0;
}
</style>