Shades of Medium Orchid #BF3FCD
Tints of Medium Orchid #BF3FCD
RGB
CMYK
RGB Variations
Color information
#BF3FCD (or 0xBF3FCD) is known color: Medium Orchid. HEX triplet: BF, 3F and CD. RGB value is (191,63,205). Sum of RGB (Red+Green+Blue) = 191+63+205=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 63 (25% from 255 or 13.73% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF3FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3FCD is #40C032. Grayscale: #757575. Windows color (decimal): -4243507 or 13451199. OLE color: 13451199.
HSL color Cylindrical-coordinate representation of color #BF3FCD: hue angle of 294.08º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF3FCD is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 63 | 205 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.20 |
| HSL | 294.08º | 0.59% | 0.53% | - |
| HSV(B) | 294.08º | 0.69% | 0.8% | - |
| XYZ | 34.28 | 19.04 | 59.63 | - |
| YUV | 117.46 | 177.41 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 63 | 205 | 0.07 | 0.69 | 0 | 0.20 | 294.08 | 0.59 | 0.53 |
| Hex | BF | 3F | CD | 7 | 45 | 0 | 14 | 126 | 3B | 35 |
| Octal | 277 | 77 | 315 | 7 | 105 | 0 | 24 | 446 | 73 | 65 |
| Binary | 10111111 | 111111 | 11001101 | 111 | 1000101 | 0 | 10100 | 100100110 | 111011 | 110101 |
Color Harmonies of #BF3FCD
Complementary color
Monochromatic Colors of #BF3FCD
Black with #BF3FCD
Text Example
Text Example
White with #BF3FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3FCD; }
p { color: rgb(191,63,205); }
H1.HeaderClassName
{
color: #BF3FCD;
}
.AnyTagClassName
{
color: #BF3FCD;
}
</style>
background-color css
<style>
a { background-color: #BF3FCD; }
a { background-color: rgb(191,63,205); }
div.DivClassName
{
background-color: #BF3FCD;
}
.BgClassName
{
background-color: #BF3FCD;
}
</style>
border-color css
<style>
span { border-color: #BF3FCD; }
span { border-color: rgb(191,63,205); }
td.TdClassName
{
border-color: #BF3FCD;
}
.TagClassName
{
border-color: #BF3FCD;
}
</style>