Shades of Medium Orchid #BF2CEB
Tints of Medium Orchid #BF2CEB
RGB
CMYK
RGB Variations
Color information
#BF2CEB (or 0xBF2CEB) is known color: Medium Orchid. HEX triplet: BF, 2C and EB. RGB value is (191,44,235). Sum of RGB (Red+Green+Blue) = 191+44+235=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 44 (17.58% from 255 or 9.36% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF2CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF2CEB is #40D314. Grayscale: #6D6D6D. Windows color (decimal): -4248341 or 15412415. OLE color: 15412415.
HSL color Cylindrical-coordinate representation of color #BF2CEB: hue angle of 286.18º degrees, saturation: 0.83, 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 #BF2CEB is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 44 | 235 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.08 |
| HSL | 286.18º | 0.83% | 0.55% | - |
| HSV(B) | 286.18º | 0.81% | 0.92% | - |
| XYZ | 37.38 | 18.88 | 80.27 | - |
| YUV | 109.73 | 198.7 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 44 | 235 | 0.19 | 0.81 | 0 | 0.08 | 286.18 | 0.83 | 0.55 |
| Hex | BF | 2C | EB | 13 | 51 | 0 | 8 | 11E | 53 | 37 |
| Octal | 277 | 54 | 353 | 23 | 121 | 0 | 10 | 436 | 123 | 67 |
| Binary | 10111111 | 101100 | 11101011 | 10011 | 1010001 | 0 | 1000 | 100011110 | 1010011 | 110111 |
Color Harmonies of #BF2CEB
Complementary color
Monochromatic Colors of #BF2CEB
Black with #BF2CEB
Text Example
Text Example
White with #BF2CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2CEB; }
p { color: rgb(191,44,235); }
H1.HeaderClassName
{
color: #BF2CEB;
}
.AnyTagClassName
{
color: #BF2CEB;
}
</style>
background-color css
<style>
a { background-color: #BF2CEB; }
a { background-color: rgb(191,44,235); }
div.DivClassName
{
background-color: #BF2CEB;
}
.BgClassName
{
background-color: #BF2CEB;
}
</style>
border-color css
<style>
span { border-color: #BF2CEB; }
span { border-color: rgb(191,44,235); }
td.TdClassName
{
border-color: #BF2CEB;
}
.TagClassName
{
border-color: #BF2CEB;
}
</style>