Shades of Medium Orchid #BF3EFE
Tints of Medium Orchid #BF3EFE
RGB
CMYK
RGB Variations
Color information
#BF3EFE (or 0xBF3EFE) is known color: Medium Orchid. HEX triplet: BF, 3E and FE. RGB value is (191,62,254). Sum of RGB (Red+Green+Blue) = 191+62+254=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 62 (24.61% from 255 or 12.23% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF3EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3EFE is #40C101. Grayscale: #797979. Windows color (decimal): -4243714 or 16662207. OLE color: 16662207.
HSL color Cylindrical-coordinate representation of color #BF3EFE: hue angle of 280.31º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF3EFE is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 62 | 254 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.00 |
| HSL | 280.31º | 0.99% | 0.62% | - |
| HSV(B) | 280.31º | 0.76% | 1% | - |
| XYZ | 41.1 | 21.68 | 95.78 | - |
| YUV | 122.46 | 202.24 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 62 | 254 | 0.25 | 0.76 | 0 | 0.00 | 280.31 | 0.99 | 0.62 |
| Hex | BF | 3E | FE | 19 | 4C | 0 | 0 | 118 | 63 | 3E |
| Octal | 277 | 76 | 376 | 31 | 114 | 0 | 0 | 430 | 143 | 76 |
| Binary | 10111111 | 111110 | 11111110 | 11001 | 1001100 | 0 | 0 | 100011000 | 1100011 | 111110 |
Color Harmonies of #BF3EFE
Complementary color
Monochromatic Colors of #BF3EFE
Black with #BF3EFE
Text Example
Text Example
White with #BF3EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3EFE; }
p { color: rgb(191,62,254); }
H1.HeaderClassName
{
color: #BF3EFE;
}
.AnyTagClassName
{
color: #BF3EFE;
}
</style>
background-color css
<style>
a { background-color: #BF3EFE; }
a { background-color: rgb(191,62,254); }
div.DivClassName
{
background-color: #BF3EFE;
}
.BgClassName
{
background-color: #BF3EFE;
}
</style>
border-color css
<style>
span { border-color: #BF3EFE; }
span { border-color: rgb(191,62,254); }
td.TdClassName
{
border-color: #BF3EFE;
}
.TagClassName
{
border-color: #BF3EFE;
}
</style>