Shades of Medium Orchid #BF3FDC
Tints of Medium Orchid #BF3FDC
RGB
CMYK
RGB Variations
Color information
#BF3FDC (or 0xBF3FDC) is known color: Medium Orchid. HEX triplet: BF, 3F and DC. RGB value is (191,63,220). Sum of RGB (Red+Green+Blue) = 191+63+220=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 63 (25% from 255 or 13.29% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF3FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3FDC is #40C023. Grayscale: #767676. Windows color (decimal): -4243492 or 14434239. OLE color: 14434239.
HSL color Cylindrical-coordinate representation of color #BF3FDC: hue angle of 288.92º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF3FDC is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 63 | 220 | - |
| CMYK | 0.13 | 0.71 | 0 | 0.14 |
| HSL | 288.92º | 0.69% | 0.55% | - |
| HSV(B) | 288.92º | 0.71% | 0.86% | - |
| XYZ | 36.18 | 19.8 | 69.62 | - |
| YUV | 119.17 | 184.91 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 63 | 220 | 0.13 | 0.71 | 0 | 0.14 | 288.92 | 0.69 | 0.55 |
| Hex | BF | 3F | DC | D | 47 | 0 | E | 121 | 45 | 37 |
| Octal | 277 | 77 | 334 | 15 | 107 | 0 | 16 | 441 | 105 | 67 |
| Binary | 10111111 | 111111 | 11011100 | 1101 | 1000111 | 0 | 1110 | 100100001 | 1000101 | 110111 |
Color Harmonies of #BF3FDC
Complementary color
Monochromatic Colors of #BF3FDC
Black with #BF3FDC
Text Example
Text Example
White with #BF3FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3FDC; }
p { color: rgb(191,63,220); }
H1.HeaderClassName
{
color: #BF3FDC;
}
.AnyTagClassName
{
color: #BF3FDC;
}
</style>
background-color css
<style>
a { background-color: #BF3FDC; }
a { background-color: rgb(191,63,220); }
div.DivClassName
{
background-color: #BF3FDC;
}
.BgClassName
{
background-color: #BF3FDC;
}
</style>
border-color css
<style>
span { border-color: #BF3FDC; }
span { border-color: rgb(191,63,220); }
td.TdClassName
{
border-color: #BF3FDC;
}
.TagClassName
{
border-color: #BF3FDC;
}
</style>