Shades of Medium Orchid #BD43ED
Tints of Medium Orchid #BD43ED
RGB
CMYK
RGB Variations
Color information
#BD43ED (or 0xBD43ED) is known color: Medium Orchid. HEX triplet: BD, 43 and ED. RGB value is (189,67,237). Sum of RGB (Red+Green+Blue) = 189+67+237=493 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.34% from 493); Green value is 67 (26.56% from 255 or 13.59% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD43ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD43ED is #42BC12. Grayscale: #7A7A7A. Windows color (decimal): -4373523 or 15549373. OLE color: 15549373.
HSL color Cylindrical-coordinate representation of color #BD43ED: hue angle of 283.06º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD43ED is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 67 | 237 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.07 |
| HSL | 283.06º | 0.83% | 0.6% | - |
| HSV(B) | 283.06º | 0.72% | 0.93% | - |
| XYZ | 38.28 | 20.95 | 82.15 | - |
| YUV | 122.86 | 192.42 | 175.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 67 | 237 | 0.20 | 0.72 | 0 | 0.07 | 283.06 | 0.83 | 0.6 |
| Hex | BD | 43 | ED | 14 | 48 | 0 | 7 | 11B | 53 | 3C |
| Octal | 275 | 103 | 355 | 24 | 110 | 0 | 7 | 433 | 123 | 74 |
| Binary | 10111101 | 1000011 | 11101101 | 10100 | 1001000 | 0 | 111 | 100011011 | 1010011 | 111100 |
Color Harmonies of #BD43ED
Complementary color
Monochromatic Colors of #BD43ED
Black with #BD43ED
Text Example
Text Example
White with #BD43ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD43ED; }
p { color: rgb(189,67,237); }
H1.HeaderClassName
{
color: #BD43ED;
}
.AnyTagClassName
{
color: #BD43ED;
}
</style>
background-color css
<style>
a { background-color: #BD43ED; }
a { background-color: rgb(189,67,237); }
div.DivClassName
{
background-color: #BD43ED;
}
.BgClassName
{
background-color: #BD43ED;
}
</style>
border-color css
<style>
span { border-color: #BD43ED; }
span { border-color: rgb(189,67,237); }
td.TdClassName
{
border-color: #BD43ED;
}
.TagClassName
{
border-color: #BD43ED;
}
</style>