Shades of Medium Orchid #BF54DA
Tints of Medium Orchid #BF54DA
RGB
CMYK
RGB Variations
Color information
#BF54DA (or 0xBF54DA) is known color: Medium Orchid. HEX triplet: BF, 54 and DA. RGB value is (191,84,218). Sum of RGB (Red+Green+Blue) = 191+84+218=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 84 (33.20% from 255 or 17.04% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF54DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF54DA is #40AB25. Grayscale: #828282. Windows color (decimal): -4238118 or 14308543. OLE color: 14308543.
HSL color Cylindrical-coordinate representation of color #BF54DA: hue angle of 287.91º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF54DA is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 84 | 218 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.15 |
| HSL | 287.91º | 0.64% | 0.59% | - |
| HSV(B) | 287.91º | 0.61% | 0.85% | - |
| XYZ | 37.31 | 22.48 | 68.7 | - |
| YUV | 131.27 | 176.95 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 84 | 218 | 0.12 | 0.61 | 0 | 0.15 | 287.91 | 0.64 | 0.59 |
| Hex | BF | 54 | DA | C | 3D | 0 | F | 120 | 40 | 3B |
| Octal | 277 | 124 | 332 | 14 | 75 | 0 | 17 | 440 | 100 | 73 |
| Binary | 10111111 | 1010100 | 11011010 | 1100 | 111101 | 0 | 1111 | 100100000 | 1000000 | 111011 |
Color Harmonies of #BF54DA
Complementary color
Monochromatic Colors of #BF54DA
Black with #BF54DA
Text Example
Text Example
White with #BF54DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF54DA; }
p { color: rgb(191,84,218); }
H1.HeaderClassName
{
color: #BF54DA;
}
.AnyTagClassName
{
color: #BF54DA;
}
</style>
background-color css
<style>
a { background-color: #BF54DA; }
a { background-color: rgb(191,84,218); }
div.DivClassName
{
background-color: #BF54DA;
}
.BgClassName
{
background-color: #BF54DA;
}
</style>
border-color css
<style>
span { border-color: #BF54DA; }
span { border-color: rgb(191,84,218); }
td.TdClassName
{
border-color: #BF54DA;
}
.TagClassName
{
border-color: #BF54DA;
}
</style>