Shades of Medium Orchid #BF53FE
Tints of Medium Orchid #BF53FE
RGB
CMYK
RGB Variations
Color information
#BF53FE (or 0xBF53FE) is known color: Medium Orchid. HEX triplet: BF, 53 and FE. RGB value is (191,83,254). Sum of RGB (Red+Green+Blue) = 191+83+254=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 83 (32.81% from 255 or 15.72% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF53FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF53FE is #40AC01. Grayscale: #868686. Windows color (decimal): -4238338 or 16667583. OLE color: 16667583.
HSL color Cylindrical-coordinate representation of color #BF53FE: hue angle of 277.89º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF53FE is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 83 | 254 | - |
| CMYK | 0.25 | 0.67 | 0 | 0.00 |
| HSL | 277.89º | 0.99% | 0.66% | - |
| HSV(B) | 277.89º | 0.67% | 1% | - |
| XYZ | 42.47 | 24.42 | 96.24 | - |
| YUV | 134.79 | 195.28 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 83 | 254 | 0.25 | 0.67 | 0 | 0.00 | 277.89 | 0.99 | 0.66 |
| Hex | BF | 53 | FE | 19 | 43 | 0 | 0 | 116 | 63 | 42 |
| Octal | 277 | 123 | 376 | 31 | 103 | 0 | 0 | 426 | 143 | 102 |
| Binary | 10111111 | 1010011 | 11111110 | 11001 | 1000011 | 0 | 0 | 100010110 | 1100011 | 1000010 |
Color Harmonies of #BF53FE
Complementary color
Monochromatic Colors of #BF53FE
Black with #BF53FE
Text Example
Text Example
White with #BF53FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF53FE; }
p { color: rgb(191,83,254); }
H1.HeaderClassName
{
color: #BF53FE;
}
.AnyTagClassName
{
color: #BF53FE;
}
</style>
background-color css
<style>
a { background-color: #BF53FE; }
a { background-color: rgb(191,83,254); }
div.DivClassName
{
background-color: #BF53FE;
}
.BgClassName
{
background-color: #BF53FE;
}
</style>
border-color css
<style>
span { border-color: #BF53FE; }
span { border-color: rgb(191,83,254); }
td.TdClassName
{
border-color: #BF53FE;
}
.TagClassName
{
border-color: #BF53FE;
}
</style>