Shades of Medium Orchid #BF3CCF
Tints of Medium Orchid #BF3CCF
RGB
CMYK
RGB Variations
Color information
#BF3CCF (or 0xBF3CCF) is known color: Medium Orchid. HEX triplet: BF, 3C and CF. RGB value is (191,60,207). Sum of RGB (Red+Green+Blue) = 191+60+207=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 60 (23.83% from 255 or 13.10% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF3CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3CCF is #40C330. Grayscale: #737373. Windows color (decimal): -4244273 or 13581503. OLE color: 13581503.
HSL color Cylindrical-coordinate representation of color #BF3CCF: hue angle of 293.47º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF3CCF is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 60 | 207 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.19 |
| HSL | 293.47º | 0.6% | 0.52% | - |
| HSV(B) | 293.47º | 0.71% | 0.81% | - |
| XYZ | 34.36 | 18.81 | 60.85 | - |
| YUV | 115.93 | 179.4 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 60 | 207 | 0.08 | 0.71 | 0 | 0.19 | 293.47 | 0.6 | 0.52 |
| Hex | BF | 3C | CF | 8 | 47 | 0 | 13 | 125 | 3C | 34 |
| Octal | 277 | 74 | 317 | 10 | 107 | 0 | 23 | 445 | 74 | 64 |
| Binary | 10111111 | 111100 | 11001111 | 1000 | 1000111 | 0 | 10011 | 100100101 | 111100 | 110100 |
Color Harmonies of #BF3CCF
Complementary color
Monochromatic Colors of #BF3CCF
Black with #BF3CCF
Text Example
Text Example
White with #BF3CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3CCF; }
p { color: rgb(191,60,207); }
H1.HeaderClassName
{
color: #BF3CCF;
}
.AnyTagClassName
{
color: #BF3CCF;
}
</style>
background-color css
<style>
a { background-color: #BF3CCF; }
a { background-color: rgb(191,60,207); }
div.DivClassName
{
background-color: #BF3CCF;
}
.BgClassName
{
background-color: #BF3CCF;
}
</style>
border-color css
<style>
span { border-color: #BF3CCF; }
span { border-color: rgb(191,60,207); }
td.TdClassName
{
border-color: #BF3CCF;
}
.TagClassName
{
border-color: #BF3CCF;
}
</style>