Shades of Medium Orchid #BF41FE
Tints of Medium Orchid #BF41FE
RGB
CMYK
RGB Variations
Color information
#BF41FE (or 0xBF41FE) is known color: Medium Orchid. HEX triplet: BF, 41 and FE. RGB value is (191,65,254). Sum of RGB (Red+Green+Blue) = 191+65+254=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 65 (25.78% from 255 or 12.75% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF41FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF41FE is #40BE01. Grayscale: #7B7B7B. Windows color (decimal): -4242946 or 16662975. OLE color: 16662975.
HSL color Cylindrical-coordinate representation of color #BF41FE: hue angle of 280º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF41FE is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 65 | 254 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.00 |
| HSL | 280º | 0.99% | 0.63% | - |
| HSV(B) | 280º | 0.74% | 1% | - |
| XYZ | 41.27 | 22.01 | 95.84 | - |
| YUV | 124.22 | 201.24 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 254 | 0.25 | 0.74 | 0 | 0.00 | 280 | 0.99 | 0.63 |
| Hex | BF | 41 | FE | 19 | 4A | 0 | 0 | 118 | 63 | 3F |
| Octal | 277 | 101 | 376 | 31 | 112 | 0 | 0 | 430 | 143 | 77 |
| Binary | 10111111 | 1000001 | 11111110 | 11001 | 1001010 | 0 | 0 | 100011000 | 1100011 | 111111 |
Color Harmonies of #BF41FE
Complementary color
Monochromatic Colors of #BF41FE
Black with #BF41FE
Text Example
Text Example
White with #BF41FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF41FE; }
p { color: rgb(191,65,254); }
H1.HeaderClassName
{
color: #BF41FE;
}
.AnyTagClassName
{
color: #BF41FE;
}
</style>
background-color css
<style>
a { background-color: #BF41FE; }
a { background-color: rgb(191,65,254); }
div.DivClassName
{
background-color: #BF41FE;
}
.BgClassName
{
background-color: #BF41FE;
}
</style>
border-color css
<style>
span { border-color: #BF41FE; }
span { border-color: rgb(191,65,254); }
td.TdClassName
{
border-color: #BF41FE;
}
.TagClassName
{
border-color: #BF41FE;
}
</style>