Shades of Medium Orchid #BD58EF
Tints of Medium Orchid #BD58EF
RGB
CMYK
RGB Variations
Color information
#BD58EF (or 0xBD58EF) is known color: Medium Orchid. HEX triplet: BD, 58 and EF. RGB value is (189,88,239). Sum of RGB (Red+Green+Blue) = 189+88+239=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 88 (34.77% from 255 or 17.05% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD58EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD58EF is #42A710. Grayscale: #868686. Windows color (decimal): -4368145 or 15685821. OLE color: 15685821.
HSL color Cylindrical-coordinate representation of color #BD58EF: hue angle of 280.13º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD58EF is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 88 | 239 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.06 |
| HSL | 280.13º | 0.83% | 0.64% | - |
| HSV(B) | 280.13º | 0.63% | 0.94% | - |
| XYZ | 40.06 | 24.03 | 84.19 | - |
| YUV | 135.41 | 186.46 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 88 | 239 | 0.21 | 0.63 | 0 | 0.06 | 280.13 | 0.83 | 0.64 |
| Hex | BD | 58 | EF | 15 | 3F | 0 | 6 | 118 | 53 | 40 |
| Octal | 275 | 130 | 357 | 25 | 77 | 0 | 6 | 430 | 123 | 100 |
| Binary | 10111101 | 1011000 | 11101111 | 10101 | 111111 | 0 | 110 | 100011000 | 1010011 | 1000000 |
Color Harmonies of #BD58EF
Complementary color
Monochromatic Colors of #BD58EF
Black with #BD58EF
Text Example
Text Example
White with #BD58EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD58EF; }
p { color: rgb(189,88,239); }
H1.HeaderClassName
{
color: #BD58EF;
}
.AnyTagClassName
{
color: #BD58EF;
}
</style>
background-color css
<style>
a { background-color: #BD58EF; }
a { background-color: rgb(189,88,239); }
div.DivClassName
{
background-color: #BD58EF;
}
.BgClassName
{
background-color: #BD58EF;
}
</style>
border-color css
<style>
span { border-color: #BD58EF; }
span { border-color: rgb(189,88,239); }
td.TdClassName
{
border-color: #BD58EF;
}
.TagClassName
{
border-color: #BD58EF;
}
</style>