Shades of Medium Orchid #BF3ECF
Tints of Medium Orchid #BF3ECF
RGB
CMYK
RGB Variations
Color information
#BF3ECF (or 0xBF3ECF) is known color: Medium Orchid. HEX triplet: BF, 3E and CF. RGB value is (191,62,207). Sum of RGB (Red+Green+Blue) = 191+62+207=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 62 (24.61% from 255 or 13.48% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF3ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3ECF is #40C130. Grayscale: #747474. Windows color (decimal): -4243761 or 13582015. OLE color: 13582015.
HSL color Cylindrical-coordinate representation of color #BF3ECF: hue angle of 293.38º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF3ECF is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 62 | 207 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.19 |
| HSL | 293.38º | 0.6% | 0.53% | - |
| HSV(B) | 293.38º | 0.7% | 0.81% | - |
| XYZ | 34.47 | 19.03 | 60.89 | - |
| YUV | 117.1 | 178.74 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 62 | 207 | 0.08 | 0.70 | 0 | 0.19 | 293.38 | 0.6 | 0.53 |
| Hex | BF | 3E | CF | 8 | 46 | 0 | 13 | 125 | 3C | 35 |
| Octal | 277 | 76 | 317 | 10 | 106 | 0 | 23 | 445 | 74 | 65 |
| Binary | 10111111 | 111110 | 11001111 | 1000 | 1000110 | 0 | 10011 | 100100101 | 111100 | 110101 |
Color Harmonies of #BF3ECF
Complementary color
Monochromatic Colors of #BF3ECF
Black with #BF3ECF
Text Example
Text Example
White with #BF3ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3ECF; }
p { color: rgb(191,62,207); }
H1.HeaderClassName
{
color: #BF3ECF;
}
.AnyTagClassName
{
color: #BF3ECF;
}
</style>
background-color css
<style>
a { background-color: #BF3ECF; }
a { background-color: rgb(191,62,207); }
div.DivClassName
{
background-color: #BF3ECF;
}
.BgClassName
{
background-color: #BF3ECF;
}
</style>
border-color css
<style>
span { border-color: #BF3ECF; }
span { border-color: rgb(191,62,207); }
td.TdClassName
{
border-color: #BF3ECF;
}
.TagClassName
{
border-color: #BF3ECF;
}
</style>