Shades of Medium Orchid #BD50EF
Tints of Medium Orchid #BD50EF
RGB
CMYK
RGB Variations
Color information
#BD50EF (or 0xBD50EF) is known color: Medium Orchid. HEX triplet: BD, 50 and EF. RGB value is (189,80,239). Sum of RGB (Red+Green+Blue) = 189+80+239=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 80 (31.64% from 255 or 15.75% from 508); Blue value is 239 (93.75% from 255 or 47.05% from 508); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD50EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD50EF is #42AF10. Grayscale: #828282. Windows color (decimal): -4370193 or 15683773. OLE color: 15683773.
HSL color Cylindrical-coordinate representation of color #BD50EF: hue angle of 281.13º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD50EF is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 80 | 239 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.06 |
| HSL | 281.13º | 0.83% | 0.63% | - |
| HSV(B) | 281.13º | 0.67% | 0.94% | - |
| XYZ | 39.43 | 22.79 | 83.98 | - |
| YUV | 130.72 | 189.11 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 239 | 0.21 | 0.67 | 0 | 0.06 | 281.13 | 0.83 | 0.63 |
| Hex | BD | 50 | EF | 15 | 43 | 0 | 6 | 119 | 53 | 3F |
| Octal | 275 | 120 | 357 | 25 | 103 | 0 | 6 | 431 | 123 | 77 |
| Binary | 10111101 | 1010000 | 11101111 | 10101 | 1000011 | 0 | 110 | 100011001 | 1010011 | 111111 |
Color Harmonies of #BD50EF
Complementary color
Monochromatic Colors of #BD50EF
Black with #BD50EF
Text Example
Text Example
White with #BD50EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD50EF; }
p { color: rgb(189,80,239); }
H1.HeaderClassName
{
color: #BD50EF;
}
.AnyTagClassName
{
color: #BD50EF;
}
</style>
background-color css
<style>
a { background-color: #BD50EF; }
a { background-color: rgb(189,80,239); }
div.DivClassName
{
background-color: #BD50EF;
}
.BgClassName
{
background-color: #BD50EF;
}
</style>
border-color css
<style>
span { border-color: #BD50EF; }
span { border-color: rgb(189,80,239); }
td.TdClassName
{
border-color: #BD50EF;
}
.TagClassName
{
border-color: #BD50EF;
}
</style>