Shades of Medium Orchid #BF44ED
Tints of Medium Orchid #BF44ED
RGB
CMYK
RGB Variations
Color information
#BF44ED (or 0xBF44ED) is known color: Medium Orchid. HEX triplet: BF, 44 and ED. RGB value is (191,68,237). Sum of RGB (Red+Green+Blue) = 191+68+237=496 (65% of max value = 765). Red value is 191 (75% from 255 or 38.51% from 496); Green value is 68 (26.95% from 255 or 13.71% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF44ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF44ED is #40BB12. Grayscale: #7B7B7B. Windows color (decimal): -4242195 or 15549631. OLE color: 15549631.
HSL color Cylindrical-coordinate representation of color #BF44ED: hue angle of 283.67º 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 #BF44ED is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 68 | 237 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.07 |
| HSL | 283.67º | 0.82% | 0.6% | - |
| HSV(B) | 283.67º | 0.71% | 0.93% | - |
| XYZ | 38.84 | 21.33 | 82.19 | - |
| YUV | 124.04 | 191.75 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 68 | 237 | 0.19 | 0.71 | 0 | 0.07 | 283.67 | 0.82 | 0.6 |
| Hex | BF | 44 | ED | 13 | 47 | 0 | 7 | 11C | 52 | 3C |
| Octal | 277 | 104 | 355 | 23 | 107 | 0 | 7 | 434 | 122 | 74 |
| Binary | 10111111 | 1000100 | 11101101 | 10011 | 1000111 | 0 | 111 | 100011100 | 1010010 | 111100 |
Color Harmonies of #BF44ED
Complementary color
Monochromatic Colors of #BF44ED
Black with #BF44ED
Text Example
Text Example
White with #BF44ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF44ED; }
p { color: rgb(191,68,237); }
H1.HeaderClassName
{
color: #BF44ED;
}
.AnyTagClassName
{
color: #BF44ED;
}
</style>
background-color css
<style>
a { background-color: #BF44ED; }
a { background-color: rgb(191,68,237); }
div.DivClassName
{
background-color: #BF44ED;
}
.BgClassName
{
background-color: #BF44ED;
}
</style>
border-color css
<style>
span { border-color: #BF44ED; }
span { border-color: rgb(191,68,237); }
td.TdClassName
{
border-color: #BF44ED;
}
.TagClassName
{
border-color: #BF44ED;
}
</style>