Shades of Medium Orchid #BF3BE1
Tints of Medium Orchid #BF3BE1
RGB
CMYK
RGB Variations
Color information
#BF3BE1 (or 0xBF3BE1) is known color: Medium Orchid. HEX triplet: BF, 3B and E1. RGB value is (191,59,225). Sum of RGB (Red+Green+Blue) = 191+59+225=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 59 (23.44% from 255 or 12.42% from 475); Blue value is 225 (88.28% from 255 or 47.37% from 475); Max value from RGB is 225 - color contains mainly: blue. Hex color #BF3BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3BE1 is #40C41E. Grayscale: #747474. Windows color (decimal): -4244511 or 14760895. OLE color: 14760895.
HSL color Cylindrical-coordinate representation of color #BF3BE1: hue angle of 287.71º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF3BE1 is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 59 | 225 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.12 |
| HSL | 287.71º | 0.73% | 0.56% | - |
| HSV(B) | 287.71º | 0.74% | 0.88% | - |
| XYZ | 36.64 | 19.64 | 73.09 | - |
| YUV | 117.39 | 188.73 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 59 | 225 | 0.15 | 0.74 | 0 | 0.12 | 287.71 | 0.73 | 0.56 |
| Hex | BF | 3B | E1 | F | 4A | 0 | C | 120 | 49 | 38 |
| Octal | 277 | 73 | 341 | 17 | 112 | 0 | 14 | 440 | 111 | 70 |
| Binary | 10111111 | 111011 | 11100001 | 1111 | 1001010 | 0 | 1100 | 100100000 | 1001001 | 111000 |
Color Harmonies of #BF3BE1
Complementary color
Monochromatic Colors of #BF3BE1
Black with #BF3BE1
Text Example
Text Example
White with #BF3BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3BE1; }
p { color: rgb(191,59,225); }
H1.HeaderClassName
{
color: #BF3BE1;
}
.AnyTagClassName
{
color: #BF3BE1;
}
</style>
background-color css
<style>
a { background-color: #BF3BE1; }
a { background-color: rgb(191,59,225); }
div.DivClassName
{
background-color: #BF3BE1;
}
.BgClassName
{
background-color: #BF3BE1;
}
</style>
border-color css
<style>
span { border-color: #BF3BE1; }
span { border-color: rgb(191,59,225); }
td.TdClassName
{
border-color: #BF3BE1;
}
.TagClassName
{
border-color: #BF3BE1;
}
</style>