Shades of Medium Orchid #BF2BE2
Tints of Medium Orchid #BF2BE2
RGB
CMYK
RGB Variations
Color information
#BF2BE2 (or 0xBF2BE2) is known color: Medium Orchid. HEX triplet: BF, 2B and E2. RGB value is (191,43,226). Sum of RGB (Red+Green+Blue) = 191+43+226=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 43 (17.19% from 255 or 9.35% from 460); Blue value is 226 (88.67% from 255 or 49.13% from 460); Max value from RGB is 226 - color contains mainly: blue. Hex color #BF2BE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2BE2 is #40D41D. Grayscale: #6B6B6B. Windows color (decimal): -4248606 or 14822335. OLE color: 14822335.
HSL color Cylindrical-coordinate representation of color #BF2BE2: hue angle of 288.52º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF2BE2 is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 43 | 226 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.11 |
| HSL | 288.52º | 0.76% | 0.53% | - |
| HSV(B) | 288.52º | 0.81% | 0.89% | - |
| XYZ | 36.08 | 18.3 | 73.58 | - |
| YUV | 108.11 | 194.53 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 43 | 226 | 0.15 | 0.81 | 0 | 0.11 | 288.52 | 0.76 | 0.53 |
| Hex | BF | 2B | E2 | F | 51 | 0 | B | 121 | 4C | 35 |
| Octal | 277 | 53 | 342 | 17 | 121 | 0 | 13 | 441 | 114 | 65 |
| Binary | 10111111 | 101011 | 11100010 | 1111 | 1010001 | 0 | 1011 | 100100001 | 1001100 | 110101 |
Color Harmonies of #BF2BE2
Complementary color
Monochromatic Colors of #BF2BE2
Black with #BF2BE2
Text Example
Text Example
White with #BF2BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2BE2; }
p { color: rgb(191,43,226); }
H1.HeaderClassName
{
color: #BF2BE2;
}
.AnyTagClassName
{
color: #BF2BE2;
}
</style>
background-color css
<style>
a { background-color: #BF2BE2; }
a { background-color: rgb(191,43,226); }
div.DivClassName
{
background-color: #BF2BE2;
}
.BgClassName
{
background-color: #BF2BE2;
}
</style>
border-color css
<style>
span { border-color: #BF2BE2; }
span { border-color: rgb(191,43,226); }
td.TdClassName
{
border-color: #BF2BE2;
}
.TagClassName
{
border-color: #BF2BE2;
}
</style>