Shades of Medium Orchid #BD43DE
Tints of Medium Orchid #BD43DE
RGB
CMYK
RGB Variations
Color information
#BD43DE (or 0xBD43DE) is known color: Medium Orchid. HEX triplet: BD, 43 and DE. RGB value is (189,67,222). Sum of RGB (Red+Green+Blue) = 189+67+222=478 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.54% from 478); Green value is 67 (26.56% from 255 or 14.02% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD43DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD43DE is #42BC21. Grayscale: #787878. Windows color (decimal): -4373538 or 14566333. OLE color: 14566333.
HSL color Cylindrical-coordinate representation of color #BD43DE: hue angle of 287.23º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD43DE is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 67 | 222 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.13 |
| HSL | 287.23º | 0.7% | 0.57% | - |
| HSV(B) | 287.23º | 0.7% | 0.87% | - |
| XYZ | 36.18 | 20.11 | 71.08 | - |
| YUV | 121.15 | 184.92 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 67 | 222 | 0.15 | 0.70 | 0 | 0.13 | 287.23 | 0.7 | 0.57 |
| Hex | BD | 43 | DE | F | 46 | 0 | D | 11F | 46 | 39 |
| Octal | 275 | 103 | 336 | 17 | 106 | 0 | 15 | 437 | 106 | 71 |
| Binary | 10111101 | 1000011 | 11011110 | 1111 | 1000110 | 0 | 1101 | 100011111 | 1000110 | 111001 |
Color Harmonies of #BD43DE
Complementary color
Monochromatic Colors of #BD43DE
Black with #BD43DE
Text Example
Text Example
White with #BD43DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD43DE; }
p { color: rgb(189,67,222); }
H1.HeaderClassName
{
color: #BD43DE;
}
.AnyTagClassName
{
color: #BD43DE;
}
</style>
background-color css
<style>
a { background-color: #BD43DE; }
a { background-color: rgb(189,67,222); }
div.DivClassName
{
background-color: #BD43DE;
}
.BgClassName
{
background-color: #BD43DE;
}
</style>
border-color css
<style>
span { border-color: #BD43DE; }
span { border-color: rgb(189,67,222); }
td.TdClassName
{
border-color: #BD43DE;
}
.TagClassName
{
border-color: #BD43DE;
}
</style>