Shades of Medium Orchid #BF3EEA
Tints of Medium Orchid #BF3EEA
RGB
CMYK
RGB Variations
Color information
#BF3EEA (or 0xBF3EEA) is known color: Medium Orchid. HEX triplet: BF, 3E and EA. RGB value is (191,62,234). Sum of RGB (Red+Green+Blue) = 191+62+234=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 62 (24.61% from 255 or 12.73% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF3EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3EEA is #40C115. Grayscale: #777777. Windows color (decimal): -4243734 or 15351487. OLE color: 15351487.
HSL color Cylindrical-coordinate representation of color #BF3EEA: hue angle of 285º degrees, saturation: 0.8, 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 #BF3EEA is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 191 | 62 | 234 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.08 |
| HSL | 285º | 0.8% | 0.58% | - |
| HSV(B) | 285º | 0.74% | 0.92% | - |
| XYZ | 38.06 | 20.46 | 79.79 | - |
| YUV | 120.18 | 192.24 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 62 | 234 | 0.18 | 0.74 | 0 | 0.08 | 285 | 0.8 | 0.58 |
| Hex | BF | 3E | EA | 12 | 4A | 0 | 8 | 11D | 50 | 3A |
| Octal | 277 | 76 | 352 | 22 | 112 | 0 | 10 | 435 | 120 | 72 |
| Binary | 10111111 | 111110 | 11101010 | 10010 | 1001010 | 0 | 1000 | 100011101 | 1010000 | 111010 |
Color Harmonies of #BF3EEA
Complementary color
Monochromatic Colors of #BF3EEA
Black with #BF3EEA
Text Example
Text Example
White with #BF3EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3EEA; }
p { color: rgb(191,62,234); }
H1.HeaderClassName
{
color: #BF3EEA;
}
.AnyTagClassName
{
color: #BF3EEA;
}
</style>
background-color css
<style>
a { background-color: #BF3EEA; }
a { background-color: rgb(191,62,234); }
div.DivClassName
{
background-color: #BF3EEA;
}
.BgClassName
{
background-color: #BF3EEA;
}
</style>
border-color css
<style>
span { border-color: #BF3EEA; }
span { border-color: rgb(191,62,234); }
td.TdClassName
{
border-color: #BF3EEA;
}
.TagClassName
{
border-color: #BF3EEA;
}
</style>