Shades of Medium Orchid #BF2FEA
Tints of Medium Orchid #BF2FEA
RGB
CMYK
RGB Variations
Color information
#BF2FEA (or 0xBF2FEA) is known color: Medium Orchid. HEX triplet: BF, 2F and EA. RGB value is (191,47,234). Sum of RGB (Red+Green+Blue) = 191+47+234=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 47 (18.75% from 255 or 9.96% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF2FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2FEA is #40D015. Grayscale: #6E6E6E. Windows color (decimal): -4247574 or 15347647. OLE color: 15347647.
HSL color Cylindrical-coordinate representation of color #BF2FEA: hue angle of 286.2º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2FEA is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 47 | 234 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.08 |
| HSL | 286.2º | 0.82% | 0.55% | - |
| HSV(B) | 286.2º | 0.8% | 0.92% | - |
| XYZ | 37.35 | 19.05 | 79.55 | - |
| YUV | 111.37 | 197.21 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 47 | 234 | 0.18 | 0.80 | 0 | 0.08 | 286.2 | 0.82 | 0.55 |
| Hex | BF | 2F | EA | 12 | 50 | 0 | 8 | 11E | 52 | 37 |
| Octal | 277 | 57 | 352 | 22 | 120 | 0 | 10 | 436 | 122 | 67 |
| Binary | 10111111 | 101111 | 11101010 | 10010 | 1010000 | 0 | 1000 | 100011110 | 1010010 | 110111 |
Color Harmonies of #BF2FEA
Complementary color
Monochromatic Colors of #BF2FEA
Black with #BF2FEA
Text Example
Text Example
White with #BF2FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2FEA; }
p { color: rgb(191,47,234); }
H1.HeaderClassName
{
color: #BF2FEA;
}
.AnyTagClassName
{
color: #BF2FEA;
}
</style>
background-color css
<style>
a { background-color: #BF2FEA; }
a { background-color: rgb(191,47,234); }
div.DivClassName
{
background-color: #BF2FEA;
}
.BgClassName
{
background-color: #BF2FEA;
}
</style>
border-color css
<style>
span { border-color: #BF2FEA; }
span { border-color: rgb(191,47,234); }
td.TdClassName
{
border-color: #BF2FEA;
}
.TagClassName
{
border-color: #BF2FEA;
}
</style>