Shades of Medium Orchid #BF45ED
Tints of Medium Orchid #BF45ED
RGB
CMYK
RGB Variations
Color information
#BF45ED (or 0xBF45ED) is known color: Medium Orchid. HEX triplet: BF, 45 and ED. RGB value is (191,69,237). Sum of RGB (Red+Green+Blue) = 191+69+237=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 69 (27.34% from 255 or 13.88% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF45ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF45ED is #40BA12. Grayscale: #7C7C7C. Windows color (decimal): -4241939 or 15549887. OLE color: 15549887.
HSL color Cylindrical-coordinate representation of color #BF45ED: hue angle of 283.57º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF45ED is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 69 | 237 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.07 |
| HSL | 283.57º | 0.82% | 0.6% | - |
| HSV(B) | 283.57º | 0.71% | 0.93% | - |
| XYZ | 38.9 | 21.45 | 82.21 | - |
| YUV | 124.63 | 191.42 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 237 | 0.19 | 0.71 | 0 | 0.07 | 283.57 | 0.82 | 0.6 |
| Hex | BF | 45 | ED | 13 | 47 | 0 | 7 | 11C | 52 | 3C |
| Octal | 277 | 105 | 355 | 23 | 107 | 0 | 7 | 434 | 122 | 74 |
| Binary | 10111111 | 1000101 | 11101101 | 10011 | 1000111 | 0 | 111 | 100011100 | 1010010 | 111100 |
Color Harmonies of #BF45ED
Complementary color
Monochromatic Colors of #BF45ED
Black with #BF45ED
Text Example
Text Example
White with #BF45ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF45ED; }
p { color: rgb(191,69,237); }
H1.HeaderClassName
{
color: #BF45ED;
}
.AnyTagClassName
{
color: #BF45ED;
}
</style>
background-color css
<style>
a { background-color: #BF45ED; }
a { background-color: rgb(191,69,237); }
div.DivClassName
{
background-color: #BF45ED;
}
.BgClassName
{
background-color: #BF45ED;
}
</style>
border-color css
<style>
span { border-color: #BF45ED; }
span { border-color: rgb(191,69,237); }
td.TdClassName
{
border-color: #BF45ED;
}
.TagClassName
{
border-color: #BF45ED;
}
</style>