Shades of Medium Orchid #BF5ADB
Tints of Medium Orchid #BF5ADB
RGB
CMYK
RGB Variations
Color information
#BF5ADB (or 0xBF5ADB) is known color: Medium Orchid. HEX triplet: BF, 5A and DB. RGB value is (191,90,219). Sum of RGB (Red+Green+Blue) = 191+90+219=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 90 (35.55% from 255 or 18% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF5ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5ADB is #40A524. Grayscale: #868686. Windows color (decimal): -4236581 or 14375615. OLE color: 14375615.
HSL color Cylindrical-coordinate representation of color #BF5ADB: hue angle of 286.98º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF5ADB is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 90 | 219 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.14 |
| HSL | 286.98º | 0.64% | 0.61% | - |
| HSV(B) | 286.98º | 0.59% | 0.86% | - |
| XYZ | 37.93 | 23.5 | 69.56 | - |
| YUV | 134.91 | 175.46 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 90 | 219 | 0.13 | 0.59 | 0 | 0.14 | 286.98 | 0.64 | 0.61 |
| Hex | BF | 5A | DB | D | 3B | 0 | E | 11F | 40 | 3D |
| Octal | 277 | 132 | 333 | 15 | 73 | 0 | 16 | 437 | 100 | 75 |
| Binary | 10111111 | 1011010 | 11011011 | 1101 | 111011 | 0 | 1110 | 100011111 | 1000000 | 111101 |
Color Harmonies of #BF5ADB
Complementary color
Monochromatic Colors of #BF5ADB
Black with #BF5ADB
Text Example
Text Example
White with #BF5ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5ADB; }
p { color: rgb(191,90,219); }
H1.HeaderClassName
{
color: #BF5ADB;
}
.AnyTagClassName
{
color: #BF5ADB;
}
</style>
background-color css
<style>
a { background-color: #BF5ADB; }
a { background-color: rgb(191,90,219); }
div.DivClassName
{
background-color: #BF5ADB;
}
.BgClassName
{
background-color: #BF5ADB;
}
</style>
border-color css
<style>
span { border-color: #BF5ADB; }
span { border-color: rgb(191,90,219); }
td.TdClassName
{
border-color: #BF5ADB;
}
.TagClassName
{
border-color: #BF5ADB;
}
</style>