Shades of Medium Orchid #BF3CEA
Tints of Medium Orchid #BF3CEA
RGB
CMYK
RGB Variations
Color information
#BF3CEA (or 0xBF3CEA) is known color: Medium Orchid. HEX triplet: BF, 3C and EA. RGB value is (191,60,234). Sum of RGB (Red+Green+Blue) = 191+60+234=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 60 (23.83% from 255 or 12.37% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF3CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3CEA is #40C315. Grayscale: #767676. Windows color (decimal): -4244246 or 15350975. OLE color: 15350975.
HSL color Cylindrical-coordinate representation of color #BF3CEA: hue angle of 285.17º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF3CEA is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 60 | 234 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.08 |
| HSL | 285.17º | 0.81% | 0.58% | - |
| HSV(B) | 285.17º | 0.74% | 0.92% | - |
| XYZ | 37.95 | 20.25 | 79.75 | - |
| YUV | 119.01 | 192.9 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 60 | 234 | 0.18 | 0.74 | 0 | 0.08 | 285.17 | 0.81 | 0.58 |
| Hex | BF | 3C | EA | 12 | 4A | 0 | 8 | 11D | 51 | 3A |
| Octal | 277 | 74 | 352 | 22 | 112 | 0 | 10 | 435 | 121 | 72 |
| Binary | 10111111 | 111100 | 11101010 | 10010 | 1001010 | 0 | 1000 | 100011101 | 1010001 | 111010 |
Color Harmonies of #BF3CEA
Complementary color
Monochromatic Colors of #BF3CEA
Black with #BF3CEA
Text Example
Text Example
White with #BF3CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3CEA; }
p { color: rgb(191,60,234); }
H1.HeaderClassName
{
color: #BF3CEA;
}
.AnyTagClassName
{
color: #BF3CEA;
}
</style>
background-color css
<style>
a { background-color: #BF3CEA; }
a { background-color: rgb(191,60,234); }
div.DivClassName
{
background-color: #BF3CEA;
}
.BgClassName
{
background-color: #BF3CEA;
}
</style>
border-color css
<style>
span { border-color: #BF3CEA; }
span { border-color: rgb(191,60,234); }
td.TdClassName
{
border-color: #BF3CEA;
}
.TagClassName
{
border-color: #BF3CEA;
}
</style>