Shades of Medium Orchid #BF47E8
Tints of Medium Orchid #BF47E8
RGB
CMYK
RGB Variations
Color information
#BF47E8 (or 0xBF47E8) is known color: Medium Orchid. HEX triplet: BF, 47 and E8. RGB value is (191,71,232). Sum of RGB (Red+Green+Blue) = 191+71+232=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 71 (28.12% from 255 or 14.37% from 494); Blue value is 232 (91.02% from 255 or 46.96% from 494); Max value from RGB is 232 - color contains mainly: blue. Hex color #BF47E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF47E8 is #40B817. Grayscale: #7C7C7C. Windows color (decimal): -4241432 or 15222719. OLE color: 15222719.
HSL color Cylindrical-coordinate representation of color #BF47E8: hue angle of 284.72º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF47E8 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 71 | 232 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.09 |
| HSL | 284.72º | 0.78% | 0.59% | - |
| HSV(B) | 284.72º | 0.69% | 0.91% | - |
| XYZ | 38.3 | 21.41 | 78.46 | - |
| YUV | 125.23 | 188.26 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 71 | 232 | 0.18 | 0.69 | 0 | 0.09 | 284.72 | 0.78 | 0.59 |
| Hex | BF | 47 | E8 | 12 | 45 | 0 | 9 | 11D | 4E | 3B |
| Octal | 277 | 107 | 350 | 22 | 105 | 0 | 11 | 435 | 116 | 73 |
| Binary | 10111111 | 1000111 | 11101000 | 10010 | 1000101 | 0 | 1001 | 100011101 | 1001110 | 111011 |
Color Harmonies of #BF47E8
Complementary color
Monochromatic Colors of #BF47E8
Black with #BF47E8
Text Example
Text Example
White with #BF47E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF47E8; }
p { color: rgb(191,71,232); }
H1.HeaderClassName
{
color: #BF47E8;
}
.AnyTagClassName
{
color: #BF47E8;
}
</style>
background-color css
<style>
a { background-color: #BF47E8; }
a { background-color: rgb(191,71,232); }
div.DivClassName
{
background-color: #BF47E8;
}
.BgClassName
{
background-color: #BF47E8;
}
</style>
border-color css
<style>
span { border-color: #BF47E8; }
span { border-color: rgb(191,71,232); }
td.TdClassName
{
border-color: #BF47E8;
}
.TagClassName
{
border-color: #BF47E8;
}
</style>