Shades of Medium Orchid #BF3BDC
Tints of Medium Orchid #BF3BDC
RGB
CMYK
RGB Variations
Color information
#BF3BDC (or 0xBF3BDC) is known color: Medium Orchid. HEX triplet: BF, 3B and DC. RGB value is (191,59,220). Sum of RGB (Red+Green+Blue) = 191+59+220=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 59 (23.44% from 255 or 12.55% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF3BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3BDC is #40C423. Grayscale: #747474. Windows color (decimal): -4244516 or 14433215. OLE color: 14433215.
HSL color Cylindrical-coordinate representation of color #BF3BDC: hue angle of 289.19º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF3BDC is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 59 | 220 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.14 |
| HSL | 289.19º | 0.7% | 0.55% | - |
| HSV(B) | 289.19º | 0.73% | 0.86% | - |
| XYZ | 35.97 | 19.37 | 69.55 | - |
| YUV | 116.82 | 186.23 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 59 | 220 | 0.13 | 0.73 | 0 | 0.14 | 289.19 | 0.7 | 0.55 |
| Hex | BF | 3B | DC | D | 49 | 0 | E | 121 | 46 | 37 |
| Octal | 277 | 73 | 334 | 15 | 111 | 0 | 16 | 441 | 106 | 67 |
| Binary | 10111111 | 111011 | 11011100 | 1101 | 1001001 | 0 | 1110 | 100100001 | 1000110 | 110111 |
Color Harmonies of #BF3BDC
Complementary color
Monochromatic Colors of #BF3BDC
Black with #BF3BDC
Text Example
Text Example
White with #BF3BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3BDC; }
p { color: rgb(191,59,220); }
H1.HeaderClassName
{
color: #BF3BDC;
}
.AnyTagClassName
{
color: #BF3BDC;
}
</style>
background-color css
<style>
a { background-color: #BF3BDC; }
a { background-color: rgb(191,59,220); }
div.DivClassName
{
background-color: #BF3BDC;
}
.BgClassName
{
background-color: #BF3BDC;
}
</style>
border-color css
<style>
span { border-color: #BF3BDC; }
span { border-color: rgb(191,59,220); }
td.TdClassName
{
border-color: #BF3BDC;
}
.TagClassName
{
border-color: #BF3BDC;
}
</style>