Shades of Medium Orchid #BD49EF
Tints of Medium Orchid #BD49EF
RGB
CMYK
RGB Variations
Color information
#BD49EF (or 0xBD49EF) is known color: Medium Orchid. HEX triplet: BD, 49 and EF. RGB value is (189,73,239). Sum of RGB (Red+Green+Blue) = 189+73+239=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 73 (28.91% from 255 or 14.57% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD49EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD49EF is #42B610. Grayscale: #7E7E7E. Windows color (decimal): -4371985 or 15681981. OLE color: 15681981.
HSL color Cylindrical-coordinate representation of color #BD49EF: hue angle of 281.93º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD49EF is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 73 | 239 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.06 |
| HSL | 281.93º | 0.84% | 0.61% | - |
| HSV(B) | 281.93º | 0.69% | 0.94% | - |
| XYZ | 38.95 | 21.82 | 83.82 | - |
| YUV | 126.61 | 191.43 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 73 | 239 | 0.21 | 0.69 | 0 | 0.06 | 281.93 | 0.84 | 0.61 |
| Hex | BD | 49 | EF | 15 | 45 | 0 | 6 | 11A | 54 | 3D |
| Octal | 275 | 111 | 357 | 25 | 105 | 0 | 6 | 432 | 124 | 75 |
| Binary | 10111101 | 1001001 | 11101111 | 10101 | 1000101 | 0 | 110 | 100011010 | 1010100 | 111101 |
Color Harmonies of #BD49EF
Complementary color
Monochromatic Colors of #BD49EF
Black with #BD49EF
Text Example
Text Example
White with #BD49EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD49EF; }
p { color: rgb(189,73,239); }
H1.HeaderClassName
{
color: #BD49EF;
}
.AnyTagClassName
{
color: #BD49EF;
}
</style>
background-color css
<style>
a { background-color: #BD49EF; }
a { background-color: rgb(189,73,239); }
div.DivClassName
{
background-color: #BD49EF;
}
.BgClassName
{
background-color: #BD49EF;
}
</style>
border-color css
<style>
span { border-color: #BD49EF; }
span { border-color: rgb(189,73,239); }
td.TdClassName
{
border-color: #BD49EF;
}
.TagClassName
{
border-color: #BD49EF;
}
</style>