Shades of Medium Orchid #BF5ADD
Tints of Medium Orchid #BF5ADD
RGB
CMYK
RGB Variations
Color information
#BF5ADD (or 0xBF5ADD) is known color: Medium Orchid. HEX triplet: BF, 5A and DD. RGB value is (191,90,221). Sum of RGB (Red+Green+Blue) = 191+90+221=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 90 (35.55% from 255 or 17.93% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF5ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5ADD is #40A522. Grayscale: #868686. Windows color (decimal): -4236579 or 14506687. OLE color: 14506687.
HSL color Cylindrical-coordinate representation of color #BF5ADD: hue angle of 286.26º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF5ADD is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 90 | 221 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.13 |
| HSL | 286.26º | 0.66% | 0.61% | - |
| HSV(B) | 286.26º | 0.59% | 0.87% | - |
| XYZ | 38.19 | 23.61 | 70.95 | - |
| YUV | 135.13 | 176.46 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 90 | 221 | 0.14 | 0.59 | 0 | 0.13 | 286.26 | 0.66 | 0.61 |
| Hex | BF | 5A | DD | E | 3B | 0 | D | 11E | 42 | 3D |
| Octal | 277 | 132 | 335 | 16 | 73 | 0 | 15 | 436 | 102 | 75 |
| Binary | 10111111 | 1011010 | 11011101 | 1110 | 111011 | 0 | 1101 | 100011110 | 1000010 | 111101 |
Color Harmonies of #BF5ADD
Complementary color
Monochromatic Colors of #BF5ADD
Black with #BF5ADD
Text Example
Text Example
White with #BF5ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5ADD; }
p { color: rgb(191,90,221); }
H1.HeaderClassName
{
color: #BF5ADD;
}
.AnyTagClassName
{
color: #BF5ADD;
}
</style>
background-color css
<style>
a { background-color: #BF5ADD; }
a { background-color: rgb(191,90,221); }
div.DivClassName
{
background-color: #BF5ADD;
}
.BgClassName
{
background-color: #BF5ADD;
}
</style>
border-color css
<style>
span { border-color: #BF5ADD; }
span { border-color: rgb(191,90,221); }
td.TdClassName
{
border-color: #BF5ADD;
}
.TagClassName
{
border-color: #BF5ADD;
}
</style>