Shades of Medium Orchid #BF44EE
Tints of Medium Orchid #BF44EE
RGB
CMYK
RGB Variations
Color information
#BF44EE (or 0xBF44EE) is known color: Medium Orchid. HEX triplet: BF, 44 and EE. RGB value is (191,68,238). Sum of RGB (Red+Green+Blue) = 191+68+238=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 68 (26.95% from 255 or 13.68% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF44EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF44EE is #40BB11. Grayscale: #7B7B7B. Windows color (decimal): -4242194 or 15615167. OLE color: 15615167.
HSL color Cylindrical-coordinate representation of color #BF44EE: hue angle of 283.41º degrees, saturation: 0.83, 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 #BF44EE is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 68 | 238 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.07 |
| HSL | 283.41º | 0.83% | 0.6% | - |
| HSV(B) | 283.41º | 0.71% | 0.93% | - |
| XYZ | 38.99 | 21.38 | 82.96 | - |
| YUV | 124.16 | 192.25 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 68 | 238 | 0.20 | 0.71 | 0 | 0.07 | 283.41 | 0.83 | 0.6 |
| Hex | BF | 44 | EE | 14 | 47 | 0 | 7 | 11B | 53 | 3C |
| Octal | 277 | 104 | 356 | 24 | 107 | 0 | 7 | 433 | 123 | 74 |
| Binary | 10111111 | 1000100 | 11101110 | 10100 | 1000111 | 0 | 111 | 100011011 | 1010011 | 111100 |
Color Harmonies of #BF44EE
Complementary color
Monochromatic Colors of #BF44EE
Black with #BF44EE
Text Example
Text Example
White with #BF44EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF44EE; }
p { color: rgb(191,68,238); }
H1.HeaderClassName
{
color: #BF44EE;
}
.AnyTagClassName
{
color: #BF44EE;
}
</style>
background-color css
<style>
a { background-color: #BF44EE; }
a { background-color: rgb(191,68,238); }
div.DivClassName
{
background-color: #BF44EE;
}
.BgClassName
{
background-color: #BF44EE;
}
</style>
border-color css
<style>
span { border-color: #BF44EE; }
span { border-color: rgb(191,68,238); }
td.TdClassName
{
border-color: #BF44EE;
}
.TagClassName
{
border-color: #BF44EE;
}
</style>