Shades of Medium Orchid #BF3BDA
Tints of Medium Orchid #BF3BDA
RGB
CMYK
RGB Variations
Color information
#BF3BDA (or 0xBF3BDA) is known color: Medium Orchid. HEX triplet: BF, 3B and DA. RGB value is (191,59,218). Sum of RGB (Red+Green+Blue) = 191+59+218=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 59 (23.44% from 255 or 12.61% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF3BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3BDA is #40C425. Grayscale: #747474. Windows color (decimal): -4244518 or 14302143. OLE color: 14302143.
HSL color Cylindrical-coordinate representation of color #BF3BDA: hue angle of 289.81º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF3BDA is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 59 | 218 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.15 |
| HSL | 289.81º | 0.68% | 0.54% | - |
| HSV(B) | 289.81º | 0.73% | 0.85% | - |
| XYZ | 35.7 | 19.27 | 68.17 | - |
| YUV | 116.59 | 185.23 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 59 | 218 | 0.12 | 0.73 | 0 | 0.15 | 289.81 | 0.68 | 0.54 |
| Hex | BF | 3B | DA | C | 49 | 0 | F | 122 | 44 | 36 |
| Octal | 277 | 73 | 332 | 14 | 111 | 0 | 17 | 442 | 104 | 66 |
| Binary | 10111111 | 111011 | 11011010 | 1100 | 1001001 | 0 | 1111 | 100100010 | 1000100 | 110110 |
Color Harmonies of #BF3BDA
Complementary color
Monochromatic Colors of #BF3BDA
Black with #BF3BDA
Text Example
Text Example
White with #BF3BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3BDA; }
p { color: rgb(191,59,218); }
H1.HeaderClassName
{
color: #BF3BDA;
}
.AnyTagClassName
{
color: #BF3BDA;
}
</style>
background-color css
<style>
a { background-color: #BF3BDA; }
a { background-color: rgb(191,59,218); }
div.DivClassName
{
background-color: #BF3BDA;
}
.BgClassName
{
background-color: #BF3BDA;
}
</style>
border-color css
<style>
span { border-color: #BF3BDA; }
span { border-color: rgb(191,59,218); }
td.TdClassName
{
border-color: #BF3BDA;
}
.TagClassName
{
border-color: #BF3BDA;
}
</style>