Shades of Medium Orchid #BF5AED
Tints of Medium Orchid #BF5AED
RGB
CMYK
RGB Variations
Color information
#BF5AED (or 0xBF5AED) is known color: Medium Orchid. HEX triplet: BF, 5A and ED. RGB value is (191,90,237). Sum of RGB (Red+Green+Blue) = 191+90+237=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 90 (35.55% from 255 or 17.37% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF5AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5AED is #40A512. Grayscale: #888888. Windows color (decimal): -4236563 or 15555263. OLE color: 15555263.
HSL color Cylindrical-coordinate representation of color #BF5AED: hue angle of 281.22º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF5AED is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 90 | 237 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.07 |
| HSL | 281.22º | 0.8% | 0.64% | - |
| HSV(B) | 281.22º | 0.62% | 0.93% | - |
| XYZ | 40.43 | 24.5 | 82.72 | - |
| YUV | 136.96 | 184.46 | 166.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 90 | 237 | 0.19 | 0.62 | 0 | 0.07 | 281.22 | 0.8 | 0.64 |
| Hex | BF | 5A | ED | 13 | 3E | 0 | 7 | 119 | 50 | 40 |
| Octal | 277 | 132 | 355 | 23 | 76 | 0 | 7 | 431 | 120 | 100 |
| Binary | 10111111 | 1011010 | 11101101 | 10011 | 111110 | 0 | 111 | 100011001 | 1010000 | 1000000 |
Color Harmonies of #BF5AED
Complementary color
Monochromatic Colors of #BF5AED
Black with #BF5AED
Text Example
Text Example
White with #BF5AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5AED; }
p { color: rgb(191,90,237); }
H1.HeaderClassName
{
color: #BF5AED;
}
.AnyTagClassName
{
color: #BF5AED;
}
</style>
background-color css
<style>
a { background-color: #BF5AED; }
a { background-color: rgb(191,90,237); }
div.DivClassName
{
background-color: #BF5AED;
}
.BgClassName
{
background-color: #BF5AED;
}
</style>
border-color css
<style>
span { border-color: #BF5AED; }
span { border-color: rgb(191,90,237); }
td.TdClassName
{
border-color: #BF5AED;
}
.TagClassName
{
border-color: #BF5AED;
}
</style>