Shades of Medium Orchid #BF4DDA
Tints of Medium Orchid #BF4DDA
RGB
CMYK
RGB Variations
Color information
#BF4DDA (or 0xBF4DDA) is known color: Medium Orchid. HEX triplet: BF, 4D and DA. RGB value is (191,77,218). Sum of RGB (Red+Green+Blue) = 191+77+218=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 77 (30.47% from 255 or 15.84% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF4DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4DDA is #40B225. Grayscale: #7E7E7E. Windows color (decimal): -4239910 or 14306751. OLE color: 14306751.
HSL color Cylindrical-coordinate representation of color #BF4DDA: hue angle of 288.51º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF4DDA is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 77 | 218 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.15 |
| HSL | 288.51º | 0.66% | 0.58% | - |
| HSV(B) | 288.51º | 0.65% | 0.85% | - |
| XYZ | 36.79 | 21.45 | 68.53 | - |
| YUV | 127.16 | 179.27 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 218 | 0.12 | 0.65 | 0 | 0.15 | 288.51 | 0.66 | 0.58 |
| Hex | BF | 4D | DA | C | 41 | 0 | F | 121 | 42 | 3A |
| Octal | 277 | 115 | 332 | 14 | 101 | 0 | 17 | 441 | 102 | 72 |
| Binary | 10111111 | 1001101 | 11011010 | 1100 | 1000001 | 0 | 1111 | 100100001 | 1000010 | 111010 |
Color Harmonies of #BF4DDA
Complementary color
Monochromatic Colors of #BF4DDA
Black with #BF4DDA
Text Example
Text Example
White with #BF4DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4DDA; }
p { color: rgb(191,77,218); }
H1.HeaderClassName
{
color: #BF4DDA;
}
.AnyTagClassName
{
color: #BF4DDA;
}
</style>
background-color css
<style>
a { background-color: #BF4DDA; }
a { background-color: rgb(191,77,218); }
div.DivClassName
{
background-color: #BF4DDA;
}
.BgClassName
{
background-color: #BF4DDA;
}
</style>
border-color css
<style>
span { border-color: #BF4DDA; }
span { border-color: rgb(191,77,218); }
td.TdClassName
{
border-color: #BF4DDA;
}
.TagClassName
{
border-color: #BF4DDA;
}
</style>