Shades of Medium Orchid #BD39EC
Tints of Medium Orchid #BD39EC
RGB
CMYK
RGB Variations
Color information
#BD39EC (or 0xBD39EC) is known color: Medium Orchid. HEX triplet: BD, 39 and EC. RGB value is (189,57,236). Sum of RGB (Red+Green+Blue) = 189+57+236=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 57 (22.66% from 255 or 11.83% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD39EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD39EC is #42C613. Grayscale: #747474. Windows color (decimal): -4376084 or 15481277. OLE color: 15481277.
HSL color Cylindrical-coordinate representation of color #BD39EC: hue angle of 284.25º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD39EC is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 57 | 236 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.07 |
| HSL | 284.25º | 0.82% | 0.57% | - |
| HSV(B) | 284.25º | 0.76% | 0.93% | - |
| XYZ | 37.59 | 19.8 | 81.2 | - |
| YUV | 116.87 | 195.23 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 57 | 236 | 0.20 | 0.76 | 0 | 0.07 | 284.25 | 0.82 | 0.57 |
| Hex | BD | 39 | EC | 14 | 4C | 0 | 7 | 11C | 52 | 39 |
| Octal | 275 | 71 | 354 | 24 | 114 | 0 | 7 | 434 | 122 | 71 |
| Binary | 10111101 | 111001 | 11101100 | 10100 | 1001100 | 0 | 111 | 100011100 | 1010010 | 111001 |
Color Harmonies of #BD39EC
Complementary color
Monochromatic Colors of #BD39EC
Black with #BD39EC
Text Example
Text Example
White with #BD39EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD39EC; }
p { color: rgb(189,57,236); }
H1.HeaderClassName
{
color: #BD39EC;
}
.AnyTagClassName
{
color: #BD39EC;
}
</style>
background-color css
<style>
a { background-color: #BD39EC; }
a { background-color: rgb(189,57,236); }
div.DivClassName
{
background-color: #BD39EC;
}
.BgClassName
{
background-color: #BD39EC;
}
</style>
border-color css
<style>
span { border-color: #BD39EC; }
span { border-color: rgb(189,57,236); }
td.TdClassName
{
border-color: #BD39EC;
}
.TagClassName
{
border-color: #BD39EC;
}
</style>