Shades of Medium Orchid #BF54DE
Tints of Medium Orchid #BF54DE
RGB
CMYK
RGB Variations
Color information
#BF54DE (or 0xBF54DE) is known color: Medium Orchid. HEX triplet: BF, 54 and DE. RGB value is (191,84,222). Sum of RGB (Red+Green+Blue) = 191+84+222=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 84 (33.20% from 255 or 16.90% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #BF54DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF54DE is #40AB21. Grayscale: #838383. Windows color (decimal): -4238114 or 14570687. OLE color: 14570687.
HSL color Cylindrical-coordinate representation of color #BF54DE: hue angle of 286.52º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF54DE is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 84 | 222 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.13 |
| HSL | 286.52º | 0.68% | 0.6% | - |
| HSV(B) | 286.52º | 0.62% | 0.87% | - |
| XYZ | 37.84 | 22.69 | 71.49 | - |
| YUV | 131.73 | 178.95 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 84 | 222 | 0.14 | 0.62 | 0 | 0.13 | 286.52 | 0.68 | 0.6 |
| Hex | BF | 54 | DE | E | 3E | 0 | D | 11F | 44 | 3C |
| Octal | 277 | 124 | 336 | 16 | 76 | 0 | 15 | 437 | 104 | 74 |
| Binary | 10111111 | 1010100 | 11011110 | 1110 | 111110 | 0 | 1101 | 100011111 | 1000100 | 111100 |
Color Harmonies of #BF54DE
Complementary color
Monochromatic Colors of #BF54DE
Black with #BF54DE
Text Example
Text Example
White with #BF54DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF54DE; }
p { color: rgb(191,84,222); }
H1.HeaderClassName
{
color: #BF54DE;
}
.AnyTagClassName
{
color: #BF54DE;
}
</style>
background-color css
<style>
a { background-color: #BF54DE; }
a { background-color: rgb(191,84,222); }
div.DivClassName
{
background-color: #BF54DE;
}
.BgClassName
{
background-color: #BF54DE;
}
</style>
border-color css
<style>
span { border-color: #BF54DE; }
span { border-color: rgb(191,84,222); }
td.TdClassName
{
border-color: #BF54DE;
}
.TagClassName
{
border-color: #BF54DE;
}
</style>