Shades of Medium Orchid #BF2CE5
Tints of Medium Orchid #BF2CE5
RGB
CMYK
RGB Variations
Color information
#BF2CE5 (or 0xBF2CE5) is known color: Medium Orchid. HEX triplet: BF, 2C and E5. RGB value is (191,44,229). Sum of RGB (Red+Green+Blue) = 191+44+229=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 44 (17.58% from 255 or 9.48% from 464); Blue value is 229 (89.84% from 255 or 49.35% from 464); Max value from RGB is 229 - color contains mainly: blue. Hex color #BF2CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2CE5 is #40D31A. Grayscale: #6C6C6C. Windows color (decimal): -4248347 or 15019199. OLE color: 15019199.
HSL color Cylindrical-coordinate representation of color #BF2CE5: hue angle of 287.68º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF2CE5 is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 44 | 229 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.10 |
| HSL | 287.68º | 0.78% | 0.54% | - |
| HSV(B) | 287.68º | 0.81% | 0.9% | - |
| XYZ | 36.53 | 18.53 | 75.78 | - |
| YUV | 109.04 | 195.7 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 44 | 229 | 0.17 | 0.81 | 0 | 0.10 | 287.68 | 0.78 | 0.54 |
| Hex | BF | 2C | E5 | 11 | 51 | 0 | A | 120 | 4E | 36 |
| Octal | 277 | 54 | 345 | 21 | 121 | 0 | 12 | 440 | 116 | 66 |
| Binary | 10111111 | 101100 | 11100101 | 10001 | 1010001 | 0 | 1010 | 100100000 | 1001110 | 110110 |
Color Harmonies of #BF2CE5
Complementary color
Monochromatic Colors of #BF2CE5
Black with #BF2CE5
Text Example
Text Example
White with #BF2CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2CE5; }
p { color: rgb(191,44,229); }
H1.HeaderClassName
{
color: #BF2CE5;
}
.AnyTagClassName
{
color: #BF2CE5;
}
</style>
background-color css
<style>
a { background-color: #BF2CE5; }
a { background-color: rgb(191,44,229); }
div.DivClassName
{
background-color: #BF2CE5;
}
.BgClassName
{
background-color: #BF2CE5;
}
</style>
border-color css
<style>
span { border-color: #BF2CE5; }
span { border-color: rgb(191,44,229); }
td.TdClassName
{
border-color: #BF2CE5;
}
.TagClassName
{
border-color: #BF2CE5;
}
</style>