Shades of Medium Orchid #BF3EDA
Tints of Medium Orchid #BF3EDA
RGB
CMYK
RGB Variations
Color information
#BF3EDA (or 0xBF3EDA) is known color: Medium Orchid. HEX triplet: BF, 3E and DA. RGB value is (191,62,218). Sum of RGB (Red+Green+Blue) = 191+62+218=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 62 (24.61% from 255 or 13.16% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF3EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3EDA is #40C125. Grayscale: #757575. Windows color (decimal): -4243750 or 14302911. OLE color: 14302911.
HSL color Cylindrical-coordinate representation of color #BF3EDA: hue angle of 289.62º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF3EDA is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 62 | 218 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.15 |
| HSL | 289.62º | 0.68% | 0.55% | - |
| HSV(B) | 289.62º | 0.72% | 0.85% | - |
| XYZ | 35.86 | 19.58 | 68.22 | - |
| YUV | 118.36 | 184.24 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 62 | 218 | 0.12 | 0.72 | 0 | 0.15 | 289.62 | 0.68 | 0.55 |
| Hex | BF | 3E | DA | C | 48 | 0 | F | 122 | 44 | 37 |
| Octal | 277 | 76 | 332 | 14 | 110 | 0 | 17 | 442 | 104 | 67 |
| Binary | 10111111 | 111110 | 11011010 | 1100 | 1001000 | 0 | 1111 | 100100010 | 1000100 | 110111 |
Color Harmonies of #BF3EDA
Complementary color
Monochromatic Colors of #BF3EDA
Black with #BF3EDA
Text Example
Text Example
White with #BF3EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3EDA; }
p { color: rgb(191,62,218); }
H1.HeaderClassName
{
color: #BF3EDA;
}
.AnyTagClassName
{
color: #BF3EDA;
}
</style>
background-color css
<style>
a { background-color: #BF3EDA; }
a { background-color: rgb(191,62,218); }
div.DivClassName
{
background-color: #BF3EDA;
}
.BgClassName
{
background-color: #BF3EDA;
}
</style>
border-color css
<style>
span { border-color: #BF3EDA; }
span { border-color: rgb(191,62,218); }
td.TdClassName
{
border-color: #BF3EDA;
}
.TagClassName
{
border-color: #BF3EDA;
}
</style>