Shades of Medium Orchid #BF3AFE
Tints of Medium Orchid #BF3AFE
RGB
CMYK
RGB Variations
Color information
#BF3AFE (or 0xBF3AFE) is known color: Medium Orchid. HEX triplet: BF, 3A and FE. RGB value is (191,58,254). Sum of RGB (Red+Green+Blue) = 191+58+254=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 58 (23.05% from 255 or 11.53% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF3AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3AFE is #40C501. Grayscale: #777777. Windows color (decimal): -4244738 or 16661183. OLE color: 16661183.
HSL color Cylindrical-coordinate representation of color #BF3AFE: hue angle of 280.71º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF3AFE is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 58 | 254 | - |
| CMYK | 0.25 | 0.77 | 0 | 0.00 |
| HSL | 280.71º | 0.99% | 0.61% | - |
| HSV(B) | 280.71º | 0.77% | 1% | - |
| XYZ | 40.89 | 21.26 | 95.71 | - |
| YUV | 120.11 | 203.56 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 58 | 254 | 0.25 | 0.77 | 0 | 0.00 | 280.71 | 0.99 | 0.61 |
| Hex | BF | 3A | FE | 19 | 4D | 0 | 0 | 119 | 63 | 3D |
| Octal | 277 | 72 | 376 | 31 | 115 | 0 | 0 | 431 | 143 | 75 |
| Binary | 10111111 | 111010 | 11111110 | 11001 | 1001101 | 0 | 0 | 100011001 | 1100011 | 111101 |
Color Harmonies of #BF3AFE
Complementary color
Monochromatic Colors of #BF3AFE
Black with #BF3AFE
Text Example
Text Example
White with #BF3AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3AFE; }
p { color: rgb(191,58,254); }
H1.HeaderClassName
{
color: #BF3AFE;
}
.AnyTagClassName
{
color: #BF3AFE;
}
</style>
background-color css
<style>
a { background-color: #BF3AFE; }
a { background-color: rgb(191,58,254); }
div.DivClassName
{
background-color: #BF3AFE;
}
.BgClassName
{
background-color: #BF3AFE;
}
</style>
border-color css
<style>
span { border-color: #BF3AFE; }
span { border-color: rgb(191,58,254); }
td.TdClassName
{
border-color: #BF3AFE;
}
.TagClassName
{
border-color: #BF3AFE;
}
</style>