Shades of Medium Orchid #BF2BE0
Tints of Medium Orchid #BF2BE0
RGB
CMYK
RGB Variations
Color information
#BF2BE0 (or 0xBF2BE0) is known color: Medium Orchid. HEX triplet: BF, 2B and E0. RGB value is (191,43,224). Sum of RGB (Red+Green+Blue) = 191+43+224=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 43 (17.19% from 255 or 9.39% from 458); Blue value is 224 (87.89% from 255 or 48.91% from 458); Max value from RGB is 224 - color contains mainly: blue. Hex color #BF2BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2BE0 is #40D41F. Grayscale: #6B6B6B. Windows color (decimal): -4248608 or 14691263. OLE color: 14691263.
HSL color Cylindrical-coordinate representation of color #BF2BE0: hue angle of 289.06º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF2BE0 is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 43 | 224 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.12 |
| HSL | 289.06º | 0.74% | 0.52% | - |
| HSV(B) | 289.06º | 0.81% | 0.88% | - |
| XYZ | 35.8 | 18.19 | 72.14 | - |
| YUV | 107.89 | 193.53 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 43 | 224 | 0.15 | 0.81 | 0 | 0.12 | 289.06 | 0.74 | 0.52 |
| Hex | BF | 2B | E0 | F | 51 | 0 | C | 121 | 4A | 34 |
| Octal | 277 | 53 | 340 | 17 | 121 | 0 | 14 | 441 | 112 | 64 |
| Binary | 10111111 | 101011 | 11100000 | 1111 | 1010001 | 0 | 1100 | 100100001 | 1001010 | 110100 |
Color Harmonies of #BF2BE0
Complementary color
Monochromatic Colors of #BF2BE0
Black with #BF2BE0
Text Example
Text Example
White with #BF2BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2BE0; }
p { color: rgb(191,43,224); }
H1.HeaderClassName
{
color: #BF2BE0;
}
.AnyTagClassName
{
color: #BF2BE0;
}
</style>
background-color css
<style>
a { background-color: #BF2BE0; }
a { background-color: rgb(191,43,224); }
div.DivClassName
{
background-color: #BF2BE0;
}
.BgClassName
{
background-color: #BF2BE0;
}
</style>
border-color css
<style>
span { border-color: #BF2BE0; }
span { border-color: rgb(191,43,224); }
td.TdClassName
{
border-color: #BF2BE0;
}
.TagClassName
{
border-color: #BF2BE0;
}
</style>