Shades of Medium Orchid #BF5AD8
Tints of Medium Orchid #BF5AD8
RGB
CMYK
RGB Variations
Color information
#BF5AD8 (or 0xBF5AD8) is known color: Medium Orchid. HEX triplet: BF, 5A and D8. RGB value is (191,90,216). Sum of RGB (Red+Green+Blue) = 191+90+216=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 90 (35.55% from 255 or 18.11% from 497); Blue value is 216 (84.77% from 255 or 43.46% from 497); Max value from RGB is 216 - color contains mainly: blue. Hex color #BF5AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5AD8 is #40A527. Grayscale: #868686. Windows color (decimal): -4236584 or 14179007. OLE color: 14179007.
HSL color Cylindrical-coordinate representation of color #BF5AD8: hue angle of 288.1º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF5AD8 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 90 | 216 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.15 |
| HSL | 288.1º | 0.62% | 0.6% | - |
| HSV(B) | 288.1º | 0.58% | 0.85% | - |
| XYZ | 37.54 | 23.35 | 67.49 | - |
| YUV | 134.56 | 173.96 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 90 | 216 | 0.12 | 0.58 | 0 | 0.15 | 288.1 | 0.62 | 0.6 |
| Hex | BF | 5A | D8 | C | 3A | 0 | F | 120 | 3E | 3C |
| Octal | 277 | 132 | 330 | 14 | 72 | 0 | 17 | 440 | 76 | 74 |
| Binary | 10111111 | 1011010 | 11011000 | 1100 | 111010 | 0 | 1111 | 100100000 | 111110 | 111100 |
Color Harmonies of #BF5AD8
Complementary color
Monochromatic Colors of #BF5AD8
Black with #BF5AD8
Text Example
Text Example
White with #BF5AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5AD8; }
p { color: rgb(191,90,216); }
H1.HeaderClassName
{
color: #BF5AD8;
}
.AnyTagClassName
{
color: #BF5AD8;
}
</style>
background-color css
<style>
a { background-color: #BF5AD8; }
a { background-color: rgb(191,90,216); }
div.DivClassName
{
background-color: #BF5AD8;
}
.BgClassName
{
background-color: #BF5AD8;
}
</style>
border-color css
<style>
span { border-color: #BF5AD8; }
span { border-color: rgb(191,90,216); }
td.TdClassName
{
border-color: #BF5AD8;
}
.TagClassName
{
border-color: #BF5AD8;
}
</style>