Shades of Medium Orchid #BF36FE
Tints of Medium Orchid #BF36FE
RGB
CMYK
RGB Variations
Color information
#BF36FE (or 0xBF36FE) is known color: Medium Orchid. HEX triplet: BF, 36 and FE. RGB value is (191,54,254). Sum of RGB (Red+Green+Blue) = 191+54+254=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 54 (21.48% from 255 or 10.82% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF36FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF36FE is #40C901. Grayscale: #757575. Windows color (decimal): -4245762 or 16660159. OLE color: 16660159.
HSL color Cylindrical-coordinate representation of color #BF36FE: hue angle of 281.1º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF36FE is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 54 | 254 | - |
| CMYK | 0.25 | 0.79 | 0 | 0.00 |
| HSL | 281.1º | 0.99% | 0.6% | - |
| HSV(B) | 281.1º | 0.79% | 1% | - |
| XYZ | 40.69 | 20.87 | 95.65 | - |
| YUV | 117.76 | 204.89 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 54 | 254 | 0.25 | 0.79 | 0 | 0.00 | 281.1 | 0.99 | 0.6 |
| Hex | BF | 36 | FE | 19 | 4F | 0 | 0 | 119 | 63 | 3C |
| Octal | 277 | 66 | 376 | 31 | 117 | 0 | 0 | 431 | 143 | 74 |
| Binary | 10111111 | 110110 | 11111110 | 11001 | 1001111 | 0 | 0 | 100011001 | 1100011 | 111100 |
Color Harmonies of #BF36FE
Complementary color
Monochromatic Colors of #BF36FE
Black with #BF36FE
Text Example
Text Example
White with #BF36FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF36FE; }
p { color: rgb(191,54,254); }
H1.HeaderClassName
{
color: #BF36FE;
}
.AnyTagClassName
{
color: #BF36FE;
}
</style>
background-color css
<style>
a { background-color: #BF36FE; }
a { background-color: rgb(191,54,254); }
div.DivClassName
{
background-color: #BF36FE;
}
.BgClassName
{
background-color: #BF36FE;
}
</style>
border-color css
<style>
span { border-color: #BF36FE; }
span { border-color: rgb(191,54,254); }
td.TdClassName
{
border-color: #BF36FE;
}
.TagClassName
{
border-color: #BF36FE;
}
</style>