Shades of Medium Orchid #BF3ADE
Tints of Medium Orchid #BF3ADE
RGB
CMYK
RGB Variations
Color information
#BF3ADE (or 0xBF3ADE) is known color: Medium Orchid. HEX triplet: BF, 3A and DE. RGB value is (191,58,222). Sum of RGB (Red+Green+Blue) = 191+58+222=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 58 (23.05% from 255 or 12.31% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #BF3ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3ADE is #40C521. Grayscale: #737373. Windows color (decimal): -4244770 or 14564031. OLE color: 14564031.
HSL color Cylindrical-coordinate representation of color #BF3ADE: hue angle of 288.66º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF3ADE is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 58 | 222 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.13 |
| HSL | 288.66º | 0.71% | 0.55% | - |
| HSV(B) | 288.66º | 0.74% | 0.87% | - |
| XYZ | 36.18 | 19.38 | 70.94 | - |
| YUV | 116.46 | 187.56 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 58 | 222 | 0.14 | 0.74 | 0 | 0.13 | 288.66 | 0.71 | 0.55 |
| Hex | BF | 3A | DE | E | 4A | 0 | D | 121 | 47 | 37 |
| Octal | 277 | 72 | 336 | 16 | 112 | 0 | 15 | 441 | 107 | 67 |
| Binary | 10111111 | 111010 | 11011110 | 1110 | 1001010 | 0 | 1101 | 100100001 | 1000111 | 110111 |
Color Harmonies of #BF3ADE
Complementary color
Monochromatic Colors of #BF3ADE
Black with #BF3ADE
Text Example
Text Example
White with #BF3ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3ADE; }
p { color: rgb(191,58,222); }
H1.HeaderClassName
{
color: #BF3ADE;
}
.AnyTagClassName
{
color: #BF3ADE;
}
</style>
background-color css
<style>
a { background-color: #BF3ADE; }
a { background-color: rgb(191,58,222); }
div.DivClassName
{
background-color: #BF3ADE;
}
.BgClassName
{
background-color: #BF3ADE;
}
</style>
border-color css
<style>
span { border-color: #BF3ADE; }
span { border-color: rgb(191,58,222); }
td.TdClassName
{
border-color: #BF3ADE;
}
.TagClassName
{
border-color: #BF3ADE;
}
</style>