Shades of Medium Orchid #BF3AF8
Tints of Medium Orchid #BF3AF8
RGB
CMYK
RGB Variations
Color information
#BF3AF8 (or 0xBF3AF8) is known color: Medium Orchid. HEX triplet: BF, 3A and F8. RGB value is (191,58,248). Sum of RGB (Red+Green+Blue) = 191+58+248=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 58 (23.05% from 255 or 11.67% from 497); Blue value is 248 (97.27% from 255 or 49.90% from 497); Max value from RGB is 248 - color contains mainly: blue. Hex color #BF3AF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3AF8 is #40C507. Grayscale: #767676. Windows color (decimal): -4244744 or 16267967. OLE color: 16267967.
HSL color Cylindrical-coordinate representation of color #BF3AF8: hue angle of 282º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF3AF8 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 58 | 248 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.03 |
| HSL | 282º | 0.93% | 0.6% | - |
| HSV(B) | 282º | 0.77% | 0.97% | - |
| XYZ | 39.94 | 20.88 | 90.73 | - |
| YUV | 119.43 | 200.56 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 58 | 248 | 0.23 | 0.77 | 0 | 0.03 | 282 | 0.93 | 0.6 |
| Hex | BF | 3A | F8 | 17 | 4D | 0 | 3 | 11A | 5D | 3C |
| Octal | 277 | 72 | 370 | 27 | 115 | 0 | 3 | 432 | 135 | 74 |
| Binary | 10111111 | 111010 | 11111000 | 10111 | 1001101 | 0 | 11 | 100011010 | 1011101 | 111100 |
Color Harmonies of #BF3AF8
Complementary color
Monochromatic Colors of #BF3AF8
Black with #BF3AF8
Text Example
Text Example
White with #BF3AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3AF8; }
p { color: rgb(191,58,248); }
H1.HeaderClassName
{
color: #BF3AF8;
}
.AnyTagClassName
{
color: #BF3AF8;
}
</style>
background-color css
<style>
a { background-color: #BF3AF8; }
a { background-color: rgb(191,58,248); }
div.DivClassName
{
background-color: #BF3AF8;
}
.BgClassName
{
background-color: #BF3AF8;
}
</style>
border-color css
<style>
span { border-color: #BF3AF8; }
span { border-color: rgb(191,58,248); }
td.TdClassName
{
border-color: #BF3AF8;
}
.TagClassName
{
border-color: #BF3AF8;
}
</style>