Shades of Medium Orchid #BF2CEA
Tints of Medium Orchid #BF2CEA
RGB
CMYK
RGB Variations
Color information
#BF2CEA (or 0xBF2CEA) is known color: Medium Orchid. HEX triplet: BF, 2C and EA. RGB value is (191,44,234). Sum of RGB (Red+Green+Blue) = 191+44+234=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 44 (17.58% from 255 or 9.38% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF2CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2CEA is #40D315. Grayscale: #6C6C6C. Windows color (decimal): -4248342 or 15346879. OLE color: 15346879.
HSL color Cylindrical-coordinate representation of color #BF2CEA: hue angle of 286.42º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF2CEA is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 44 | 234 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.08 |
| HSL | 286.42º | 0.82% | 0.55% | - |
| HSV(B) | 286.42º | 0.81% | 0.92% | - |
| XYZ | 37.24 | 18.82 | 79.51 | - |
| YUV | 109.61 | 198.2 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 44 | 234 | 0.18 | 0.81 | 0 | 0.08 | 286.42 | 0.82 | 0.55 |
| Hex | BF | 2C | EA | 12 | 51 | 0 | 8 | 11E | 52 | 37 |
| Octal | 277 | 54 | 352 | 22 | 121 | 0 | 10 | 436 | 122 | 67 |
| Binary | 10111111 | 101100 | 11101010 | 10010 | 1010001 | 0 | 1000 | 100011110 | 1010010 | 110111 |
Color Harmonies of #BF2CEA
Complementary color
Monochromatic Colors of #BF2CEA
Black with #BF2CEA
Text Example
Text Example
White with #BF2CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2CEA; }
p { color: rgb(191,44,234); }
H1.HeaderClassName
{
color: #BF2CEA;
}
.AnyTagClassName
{
color: #BF2CEA;
}
</style>
background-color css
<style>
a { background-color: #BF2CEA; }
a { background-color: rgb(191,44,234); }
div.DivClassName
{
background-color: #BF2CEA;
}
.BgClassName
{
background-color: #BF2CEA;
}
</style>
border-color css
<style>
span { border-color: #BF2CEA; }
span { border-color: rgb(191,44,234); }
td.TdClassName
{
border-color: #BF2CEA;
}
.TagClassName
{
border-color: #BF2CEA;
}
</style>