Shades of Medium Orchid #BF45E1
Tints of Medium Orchid #BF45E1
RGB
CMYK
RGB Variations
Color information
#BF45E1 (or 0xBF45E1) is known color: Medium Orchid. HEX triplet: BF, 45 and E1. RGB value is (191,69,225). Sum of RGB (Red+Green+Blue) = 191+69+225=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 69 (27.34% from 255 or 14.23% from 485); Blue value is 225 (88.28% from 255 or 46.39% from 485); Max value from RGB is 225 - color contains mainly: blue. Hex color #BF45E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF45E1 is #40BA1E. Grayscale: #7A7A7A. Windows color (decimal): -4241951 or 14763455. OLE color: 14763455.
HSL color Cylindrical-coordinate representation of color #BF45E1: hue angle of 286.92º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF45E1 is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 69 | 225 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.12 |
| HSL | 286.92º | 0.72% | 0.58% | - |
| HSV(B) | 286.92º | 0.69% | 0.88% | - |
| XYZ | 37.2 | 20.77 | 73.28 | - |
| YUV | 123.26 | 185.42 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 225 | 0.15 | 0.69 | 0 | 0.12 | 286.92 | 0.72 | 0.58 |
| Hex | BF | 45 | E1 | F | 45 | 0 | C | 11F | 48 | 3A |
| Octal | 277 | 105 | 341 | 17 | 105 | 0 | 14 | 437 | 110 | 72 |
| Binary | 10111111 | 1000101 | 11100001 | 1111 | 1000101 | 0 | 1100 | 100011111 | 1001000 | 111010 |
Color Harmonies of #BF45E1
Complementary color
Monochromatic Colors of #BF45E1
Black with #BF45E1
Text Example
Text Example
White with #BF45E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF45E1; }
p { color: rgb(191,69,225); }
H1.HeaderClassName
{
color: #BF45E1;
}
.AnyTagClassName
{
color: #BF45E1;
}
</style>
background-color css
<style>
a { background-color: #BF45E1; }
a { background-color: rgb(191,69,225); }
div.DivClassName
{
background-color: #BF45E1;
}
.BgClassName
{
background-color: #BF45E1;
}
</style>
border-color css
<style>
span { border-color: #BF45E1; }
span { border-color: rgb(191,69,225); }
td.TdClassName
{
border-color: #BF45E1;
}
.TagClassName
{
border-color: #BF45E1;
}
</style>