Shades of Medium Orchid #BF4CE0
Tints of Medium Orchid #BF4CE0
RGB
CMYK
RGB Variations
Color information
#BF4CE0 (or 0xBF4CE0) is known color: Medium Orchid. HEX triplet: BF, 4C and E0. RGB value is (191,76,224). Sum of RGB (Red+Green+Blue) = 191+76+224=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 76 (30.08% from 255 or 15.48% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 224 - color contains mainly: blue. Hex color #BF4CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4CE0 is #40B31F. Grayscale: #7E7E7E. Windows color (decimal): -4240160 or 14699711. OLE color: 14699711.
HSL color Cylindrical-coordinate representation of color #BF4CE0: hue angle of 286.62º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4CE0 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 191 | 76 | 224 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.12 |
| HSL | 286.62º | 0.7% | 0.59% | - |
| HSV(B) | 286.62º | 0.66% | 0.88% | - |
| XYZ | 37.52 | 21.63 | 72.72 | - |
| YUV | 127.26 | 182.6 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 76 | 224 | 0.15 | 0.66 | 0 | 0.12 | 286.62 | 0.7 | 0.59 |
| Hex | BF | 4C | E0 | F | 42 | 0 | C | 11F | 46 | 3B |
| Octal | 277 | 114 | 340 | 17 | 102 | 0 | 14 | 437 | 106 | 73 |
| Binary | 10111111 | 1001100 | 11100000 | 1111 | 1000010 | 0 | 1100 | 100011111 | 1000110 | 111011 |
Color Harmonies of #BF4CE0
Complementary color
Monochromatic Colors of #BF4CE0
Black with #BF4CE0
Text Example
Text Example
White with #BF4CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4CE0; }
p { color: rgb(191,76,224); }
H1.HeaderClassName
{
color: #BF4CE0;
}
.AnyTagClassName
{
color: #BF4CE0;
}
</style>
background-color css
<style>
a { background-color: #BF4CE0; }
a { background-color: rgb(191,76,224); }
div.DivClassName
{
background-color: #BF4CE0;
}
.BgClassName
{
background-color: #BF4CE0;
}
</style>
border-color css
<style>
span { border-color: #BF4CE0; }
span { border-color: rgb(191,76,224); }
td.TdClassName
{
border-color: #BF4CE0;
}
.TagClassName
{
border-color: #BF4CE0;
}
</style>