Shades of Medium Orchid #BF5BEA
Tints of Medium Orchid #BF5BEA
RGB
CMYK
RGB Variations
Color information
#BF5BEA (or 0xBF5BEA) is known color: Medium Orchid. HEX triplet: BF, 5B and EA. RGB value is (191,91,234). Sum of RGB (Red+Green+Blue) = 191+91+234=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 91 (35.94% from 255 or 17.64% from 516); Blue value is 234 (91.80% from 255 or 45.35% from 516); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF5BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5BEA is #40A415. Grayscale: #888888. Windows color (decimal): -4236310 or 15358911. OLE color: 15358911.
HSL color Cylindrical-coordinate representation of color #BF5BEA: hue angle of 281.96º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF5BEA is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 91 | 234 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.08 |
| HSL | 281.96º | 0.77% | 0.64% | - |
| HSV(B) | 281.96º | 0.61% | 0.92% | - |
| XYZ | 40.08 | 24.5 | 80.46 | - |
| YUV | 137.2 | 182.63 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 91 | 234 | 0.18 | 0.61 | 0 | 0.08 | 281.96 | 0.77 | 0.64 |
| Hex | BF | 5B | EA | 12 | 3D | 0 | 8 | 11A | 4D | 40 |
| Octal | 277 | 133 | 352 | 22 | 75 | 0 | 10 | 432 | 115 | 100 |
| Binary | 10111111 | 1011011 | 11101010 | 10010 | 111101 | 0 | 1000 | 100011010 | 1001101 | 1000000 |
Color Harmonies of #BF5BEA
Complementary color
Monochromatic Colors of #BF5BEA
Black with #BF5BEA
Text Example
Text Example
White with #BF5BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5BEA; }
p { color: rgb(191,91,234); }
H1.HeaderClassName
{
color: #BF5BEA;
}
.AnyTagClassName
{
color: #BF5BEA;
}
</style>
background-color css
<style>
a { background-color: #BF5BEA; }
a { background-color: rgb(191,91,234); }
div.DivClassName
{
background-color: #BF5BEA;
}
.BgClassName
{
background-color: #BF5BEA;
}
</style>
border-color css
<style>
span { border-color: #BF5BEA; }
span { border-color: rgb(191,91,234); }
td.TdClassName
{
border-color: #BF5BEA;
}
.TagClassName
{
border-color: #BF5BEA;
}
</style>