Shades of Medium Orchid #BD58DF
Tints of Medium Orchid #BD58DF
RGB
CMYK
RGB Variations
Color information
#BD58DF (or 0xBD58DF) is known color: Medium Orchid. HEX triplet: BD, 58 and DF. RGB value is (189,88,223). Sum of RGB (Red+Green+Blue) = 189+88+223=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 88 (34.77% from 255 or 17.6% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD58DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD58DF is #42A720. Grayscale: #858585. Windows color (decimal): -4368161 or 14637245. OLE color: 14637245.
HSL color Cylindrical-coordinate representation of color #BD58DF: hue angle of 284.89º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD58DF is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 88 | 223 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.13 |
| HSL | 284.89º | 0.68% | 0.61% | - |
| HSV(B) | 284.89º | 0.61% | 0.87% | - |
| XYZ | 37.8 | 23.13 | 72.28 | - |
| YUV | 133.59 | 178.46 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 88 | 223 | 0.15 | 0.61 | 0 | 0.13 | 284.89 | 0.68 | 0.61 |
| Hex | BD | 58 | DF | F | 3D | 0 | D | 11D | 44 | 3D |
| Octal | 275 | 130 | 337 | 17 | 75 | 0 | 15 | 435 | 104 | 75 |
| Binary | 10111101 | 1011000 | 11011111 | 1111 | 111101 | 0 | 1101 | 100011101 | 1000100 | 111101 |
Color Harmonies of #BD58DF
Complementary color
Monochromatic Colors of #BD58DF
Black with #BD58DF
Text Example
Text Example
White with #BD58DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD58DF; }
p { color: rgb(189,88,223); }
H1.HeaderClassName
{
color: #BD58DF;
}
.AnyTagClassName
{
color: #BD58DF;
}
</style>
background-color css
<style>
a { background-color: #BD58DF; }
a { background-color: rgb(189,88,223); }
div.DivClassName
{
background-color: #BD58DF;
}
.BgClassName
{
background-color: #BD58DF;
}
</style>
border-color css
<style>
span { border-color: #BD58DF; }
span { border-color: rgb(189,88,223); }
td.TdClassName
{
border-color: #BD58DF;
}
.TagClassName
{
border-color: #BD58DF;
}
</style>