Shades of Medium Orchid #BF2CCF
Tints of Medium Orchid #BF2CCF
RGB
CMYK
RGB Variations
Color information
#BF2CCF (or 0xBF2CCF) is known color: Medium Orchid. HEX triplet: BF, 2C and CF. RGB value is (191,44,207). Sum of RGB (Red+Green+Blue) = 191+44+207=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 44 (17.58% from 255 or 9.95% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF2CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2CCF is #40D330. Grayscale: #6A6A6A. Windows color (decimal): -4248369 or 13577407. OLE color: 13577407.
HSL color Cylindrical-coordinate representation of color #BF2CCF: hue angle of 294.11º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF2CCF is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 44 | 207 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.19 |
| HSL | 294.11º | 0.65% | 0.49% | - |
| HSV(B) | 294.11º | 0.79% | 0.81% | - |
| XYZ | 33.65 | 17.38 | 60.61 | - |
| YUV | 106.54 | 184.7 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 44 | 207 | 0.08 | 0.79 | 0 | 0.19 | 294.11 | 0.65 | 0.49 |
| Hex | BF | 2C | CF | 8 | 4F | 0 | 13 | 126 | 41 | 31 |
| Octal | 277 | 54 | 317 | 10 | 117 | 0 | 23 | 446 | 101 | 61 |
| Binary | 10111111 | 101100 | 11001111 | 1000 | 1001111 | 0 | 10011 | 100100110 | 1000001 | 110001 |
Color Harmonies of #BF2CCF
Complementary color
Monochromatic Colors of #BF2CCF
Black with #BF2CCF
Text Example
Text Example
White with #BF2CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2CCF; }
p { color: rgb(191,44,207); }
H1.HeaderClassName
{
color: #BF2CCF;
}
.AnyTagClassName
{
color: #BF2CCF;
}
</style>
background-color css
<style>
a { background-color: #BF2CCF; }
a { background-color: rgb(191,44,207); }
div.DivClassName
{
background-color: #BF2CCF;
}
.BgClassName
{
background-color: #BF2CCF;
}
</style>
border-color css
<style>
span { border-color: #BF2CCF; }
span { border-color: rgb(191,44,207); }
td.TdClassName
{
border-color: #BF2CCF;
}
.TagClassName
{
border-color: #BF2CCF;
}
</style>