Shades of Medium Orchid #BF2CCE
Tints of Medium Orchid #BF2CCE
RGB
CMYK
RGB Variations
Color information
#BF2CCE (or 0xBF2CCE) is known color: Medium Orchid. HEX triplet: BF, 2C and CE. RGB value is (191,44,206). Sum of RGB (Red+Green+Blue) = 191+44+206=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 44 (17.58% from 255 or 9.98% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF2CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2CCE is #40D331. Grayscale: #696969. Windows color (decimal): -4248370 or 13511871. OLE color: 13511871.
HSL color Cylindrical-coordinate representation of color #BF2CCE: hue angle of 294.44º 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 #BF2CCE is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 44 | 206 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.19 |
| HSL | 294.44º | 0.65% | 0.49% | - |
| HSV(B) | 294.44º | 0.79% | 0.81% | - |
| XYZ | 33.53 | 17.33 | 59.97 | - |
| YUV | 106.42 | 184.2 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 44 | 206 | 0.07 | 0.79 | 0 | 0.19 | 294.44 | 0.65 | 0.49 |
| Hex | BF | 2C | CE | 7 | 4F | 0 | 13 | 126 | 41 | 31 |
| Octal | 277 | 54 | 316 | 7 | 117 | 0 | 23 | 446 | 101 | 61 |
| Binary | 10111111 | 101100 | 11001110 | 111 | 1001111 | 0 | 10011 | 100100110 | 1000001 | 110001 |
Color Harmonies of #BF2CCE
Complementary color
Monochromatic Colors of #BF2CCE
Black with #BF2CCE
Text Example
Text Example
White with #BF2CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2CCE; }
p { color: rgb(191,44,206); }
H1.HeaderClassName
{
color: #BF2CCE;
}
.AnyTagClassName
{
color: #BF2CCE;
}
</style>
background-color css
<style>
a { background-color: #BF2CCE; }
a { background-color: rgb(191,44,206); }
div.DivClassName
{
background-color: #BF2CCE;
}
.BgClassName
{
background-color: #BF2CCE;
}
</style>
border-color css
<style>
span { border-color: #BF2CCE; }
span { border-color: rgb(191,44,206); }
td.TdClassName
{
border-color: #BF2CCE;
}
.TagClassName
{
border-color: #BF2CCE;
}
</style>