Shades of Medium Orchid #BD5EF1
Tints of Medium Orchid #BD5EF1
RGB
CMYK
RGB Variations
Color information
#BD5EF1 (or 0xBD5EF1) is known color: Medium Orchid. HEX triplet: BD, 5E and F1. RGB value is (189,94,241). Sum of RGB (Red+Green+Blue) = 189+94+241=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 94 (37.11% from 255 or 17.94% from 524); Blue value is 241 (94.53% from 255 or 45.99% from 524); Max value from RGB is 241 - color contains mainly: blue. Hex color #BD5EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5EF1 is #42A10E. Grayscale: #8A8A8A. Windows color (decimal): -4366607 or 15818429. OLE color: 15818429.
HSL color Cylindrical-coordinate representation of color #BD5EF1: hue angle of 278.78º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD5EF1 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 94 | 241 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.05 |
| HSL | 278.78º | 0.84% | 0.66% | - |
| HSV(B) | 278.78º | 0.61% | 0.95% | - |
| XYZ | 40.87 | 25.18 | 85.92 | - |
| YUV | 139.16 | 185.47 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 94 | 241 | 0.22 | 0.61 | 0 | 0.05 | 278.78 | 0.84 | 0.66 |
| Hex | BD | 5E | F1 | 16 | 3D | 0 | 5 | 117 | 54 | 42 |
| Octal | 275 | 136 | 361 | 26 | 75 | 0 | 5 | 427 | 124 | 102 |
| Binary | 10111101 | 1011110 | 11110001 | 10110 | 111101 | 0 | 101 | 100010111 | 1010100 | 1000010 |
Color Harmonies of #BD5EF1
Complementary color
Monochromatic Colors of #BD5EF1
Black with #BD5EF1
Text Example
Text Example
White with #BD5EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5EF1; }
p { color: rgb(189,94,241); }
H1.HeaderClassName
{
color: #BD5EF1;
}
.AnyTagClassName
{
color: #BD5EF1;
}
</style>
background-color css
<style>
a { background-color: #BD5EF1; }
a { background-color: rgb(189,94,241); }
div.DivClassName
{
background-color: #BD5EF1;
}
.BgClassName
{
background-color: #BD5EF1;
}
</style>
border-color css
<style>
span { border-color: #BD5EF1; }
span { border-color: rgb(189,94,241); }
td.TdClassName
{
border-color: #BD5EF1;
}
.TagClassName
{
border-color: #BD5EF1;
}
</style>