Shades of Medium Orchid #BD55F1
Tints of Medium Orchid #BD55F1
RGB
CMYK
RGB Variations
Color information
#BD55F1 (or 0xBD55F1) is known color: Medium Orchid. HEX triplet: BD, 55 and F1. RGB value is (189,85,241). Sum of RGB (Red+Green+Blue) = 189+85+241=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 85 (33.59% from 255 or 16.50% from 515); Blue value is 241 (94.53% from 255 or 46.80% from 515); Max value from RGB is 241 - color contains mainly: blue. Hex color #BD55F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD55F1 is #42AA0E. Grayscale: #858585. Windows color (decimal): -4368911 or 15816125. OLE color: 15816125.
HSL color Cylindrical-coordinate representation of color #BD55F1: hue angle of 280º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD55F1 is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 85 | 241 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.05 |
| HSL | 280º | 0.85% | 0.64% | - |
| HSV(B) | 280º | 0.65% | 0.95% | - |
| XYZ | 40.11 | 23.67 | 85.67 | - |
| YUV | 133.88 | 188.46 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 241 | 0.22 | 0.65 | 0 | 0.05 | 280 | 0.85 | 0.64 |
| Hex | BD | 55 | F1 | 16 | 41 | 0 | 5 | 118 | 55 | 40 |
| Octal | 275 | 125 | 361 | 26 | 101 | 0 | 5 | 430 | 125 | 100 |
| Binary | 10111101 | 1010101 | 11110001 | 10110 | 1000001 | 0 | 101 | 100011000 | 1010101 | 1000000 |
Color Harmonies of #BD55F1
Complementary color
Monochromatic Colors of #BD55F1
Black with #BD55F1
Text Example
Text Example
White with #BD55F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD55F1; }
p { color: rgb(189,85,241); }
H1.HeaderClassName
{
color: #BD55F1;
}
.AnyTagClassName
{
color: #BD55F1;
}
</style>
background-color css
<style>
a { background-color: #BD55F1; }
a { background-color: rgb(189,85,241); }
div.DivClassName
{
background-color: #BD55F1;
}
.BgClassName
{
background-color: #BD55F1;
}
</style>
border-color css
<style>
span { border-color: #BD55F1; }
span { border-color: rgb(189,85,241); }
td.TdClassName
{
border-color: #BD55F1;
}
.TagClassName
{
border-color: #BD55F1;
}
</style>