Shades of Medium Orchid #BF45F0
Tints of Medium Orchid #BF45F0
RGB
CMYK
RGB Variations
Color information
#BF45F0 (or 0xBF45F0) is known color: Medium Orchid. HEX triplet: BF, 45 and F0. RGB value is (191,69,240). Sum of RGB (Red+Green+Blue) = 191+69+240=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 69 (27.34% from 255 or 13.8% from 500); Blue value is 240 (94.14% from 255 or 48% from 500); Max value from RGB is 240 - color contains mainly: blue. Hex color #BF45F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF45F0 is #40BA0F. Grayscale: #7C7C7C. Windows color (decimal): -4241936 or 15746495. OLE color: 15746495.
HSL color Cylindrical-coordinate representation of color #BF45F0: hue angle of 282.81º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF45F0 is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 69 | 240 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.06 |
| HSL | 282.81º | 0.85% | 0.61% | - |
| HSV(B) | 282.81º | 0.71% | 0.94% | - |
| XYZ | 39.34 | 21.62 | 84.54 | - |
| YUV | 124.97 | 192.92 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 240 | 0.20 | 0.71 | 0 | 0.06 | 282.81 | 0.85 | 0.61 |
| Hex | BF | 45 | F0 | 14 | 47 | 0 | 6 | 11B | 55 | 3D |
| Octal | 277 | 105 | 360 | 24 | 107 | 0 | 6 | 433 | 125 | 75 |
| Binary | 10111111 | 1000101 | 11110000 | 10100 | 1000111 | 0 | 110 | 100011011 | 1010101 | 111101 |
Color Harmonies of #BF45F0
Complementary color
Monochromatic Colors of #BF45F0
Black with #BF45F0
Text Example
Text Example
White with #BF45F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF45F0; }
p { color: rgb(191,69,240); }
H1.HeaderClassName
{
color: #BF45F0;
}
.AnyTagClassName
{
color: #BF45F0;
}
</style>
background-color css
<style>
a { background-color: #BF45F0; }
a { background-color: rgb(191,69,240); }
div.DivClassName
{
background-color: #BF45F0;
}
.BgClassName
{
background-color: #BF45F0;
}
</style>
border-color css
<style>
span { border-color: #BF45F0; }
span { border-color: rgb(191,69,240); }
td.TdClassName
{
border-color: #BF45F0;
}
.TagClassName
{
border-color: #BF45F0;
}
</style>