Shades of Medium Orchid #BF5FEA
Tints of Medium Orchid #BF5FEA
RGB
CMYK
RGB Variations
Color information
#BF5FEA (or 0xBF5FEA) is known color: Medium Orchid. HEX triplet: BF, 5F and EA. RGB value is (191,95,234). Sum of RGB (Red+Green+Blue) = 191+95+234=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 95 (37.5% from 255 or 18.27% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF5FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5FEA is #40A015. Grayscale: #8B8B8B. Windows color (decimal): -4235286 or 15359935. OLE color: 15359935.
HSL color Cylindrical-coordinate representation of color #BF5FEA: hue angle of 281.44º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF5FEA is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 95 | 234 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.08 |
| HSL | 281.44º | 0.77% | 0.65% | - |
| HSV(B) | 281.44º | 0.59% | 0.92% | - |
| XYZ | 40.43 | 25.2 | 80.58 | - |
| YUV | 139.55 | 181.3 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 95 | 234 | 0.18 | 0.59 | 0 | 0.08 | 281.44 | 0.77 | 0.65 |
| Hex | BF | 5F | EA | 12 | 3B | 0 | 8 | 119 | 4D | 41 |
| Octal | 277 | 137 | 352 | 22 | 73 | 0 | 10 | 431 | 115 | 101 |
| Binary | 10111111 | 1011111 | 11101010 | 10010 | 111011 | 0 | 1000 | 100011001 | 1001101 | 1000001 |
Color Harmonies of #BF5FEA
Complementary color
Monochromatic Colors of #BF5FEA
Black with #BF5FEA
Text Example
Text Example
White with #BF5FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5FEA; }
p { color: rgb(191,95,234); }
H1.HeaderClassName
{
color: #BF5FEA;
}
.AnyTagClassName
{
color: #BF5FEA;
}
</style>
background-color css
<style>
a { background-color: #BF5FEA; }
a { background-color: rgb(191,95,234); }
div.DivClassName
{
background-color: #BF5FEA;
}
.BgClassName
{
background-color: #BF5FEA;
}
</style>
border-color css
<style>
span { border-color: #BF5FEA; }
span { border-color: rgb(191,95,234); }
td.TdClassName
{
border-color: #BF5FEA;
}
.TagClassName
{
border-color: #BF5FEA;
}
</style>