Shades of Medium Orchid #BF4DF0
Tints of Medium Orchid #BF4DF0
RGB
CMYK
RGB Variations
Color information
#BF4DF0 (or 0xBF4DF0) is known color: Medium Orchid. HEX triplet: BF, 4D and F0. RGB value is (191,77,240). Sum of RGB (Red+Green+Blue) = 191+77+240=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 77 (30.47% from 255 or 15.16% from 508); Blue value is 240 (94.14% from 255 or 47.24% from 508); Max value from RGB is 240 - color contains mainly: blue. Hex color #BF4DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF4DF0 is #40B20F. Grayscale: #818181. Windows color (decimal): -4239888 or 15748543. OLE color: 15748543.
HSL color Cylindrical-coordinate representation of color #BF4DF0: hue angle of 281.96º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF4DF0 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 77 | 240 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.06 |
| HSL | 281.96º | 0.84% | 0.62% | - |
| HSV(B) | 281.96º | 0.68% | 0.94% | - |
| XYZ | 39.87 | 22.68 | 84.71 | - |
| YUV | 129.67 | 190.27 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 240 | 0.20 | 0.68 | 0 | 0.06 | 281.96 | 0.84 | 0.62 |
| Hex | BF | 4D | F0 | 14 | 44 | 0 | 6 | 11A | 54 | 3E |
| Octal | 277 | 115 | 360 | 24 | 104 | 0 | 6 | 432 | 124 | 76 |
| Binary | 10111111 | 1001101 | 11110000 | 10100 | 1000100 | 0 | 110 | 100011010 | 1010100 | 111110 |
Color Harmonies of #BF4DF0
Complementary color
Monochromatic Colors of #BF4DF0
Black with #BF4DF0
Text Example
Text Example
White with #BF4DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4DF0; }
p { color: rgb(191,77,240); }
H1.HeaderClassName
{
color: #BF4DF0;
}
.AnyTagClassName
{
color: #BF4DF0;
}
</style>
background-color css
<style>
a { background-color: #BF4DF0; }
a { background-color: rgb(191,77,240); }
div.DivClassName
{
background-color: #BF4DF0;
}
.BgClassName
{
background-color: #BF4DF0;
}
</style>
border-color css
<style>
span { border-color: #BF4DF0; }
span { border-color: rgb(191,77,240); }
td.TdClassName
{
border-color: #BF4DF0;
}
.TagClassName
{
border-color: #BF4DF0;
}
</style>