Shades of Medium Orchid #BF2DCE
Tints of Medium Orchid #BF2DCE
RGB
CMYK
RGB Variations
Color information
#BF2DCE (or 0xBF2DCE) is known color: Medium Orchid. HEX triplet: BF, 2D and CE. RGB value is (191,45,206). Sum of RGB (Red+Green+Blue) = 191+45+206=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 45 (17.97% from 255 or 10.18% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF2DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2DCE is #40D231. Grayscale: #6A6A6A. Windows color (decimal): -4248114 or 13512127. OLE color: 13512127.
HSL color Cylindrical-coordinate representation of color #BF2DCE: hue angle of 294.41º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF2DCE is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 45 | 206 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.19 |
| HSL | 294.41º | 0.64% | 0.49% | - |
| HSV(B) | 294.41º | 0.78% | 0.81% | - |
| XYZ | 33.56 | 17.41 | 59.98 | - |
| YUV | 107.01 | 183.87 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 206 | 0.07 | 0.78 | 0 | 0.19 | 294.41 | 0.64 | 0.49 |
| Hex | BF | 2D | CE | 7 | 4E | 0 | 13 | 126 | 40 | 31 |
| Octal | 277 | 55 | 316 | 7 | 116 | 0 | 23 | 446 | 100 | 61 |
| Binary | 10111111 | 101101 | 11001110 | 111 | 1001110 | 0 | 10011 | 100100110 | 1000000 | 110001 |
Color Harmonies of #BF2DCE
Complementary color
Monochromatic Colors of #BF2DCE
Black with #BF2DCE
Text Example
Text Example
White with #BF2DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2DCE; }
p { color: rgb(191,45,206); }
H1.HeaderClassName
{
color: #BF2DCE;
}
.AnyTagClassName
{
color: #BF2DCE;
}
</style>
background-color css
<style>
a { background-color: #BF2DCE; }
a { background-color: rgb(191,45,206); }
div.DivClassName
{
background-color: #BF2DCE;
}
.BgClassName
{
background-color: #BF2DCE;
}
</style>
border-color css
<style>
span { border-color: #BF2DCE; }
span { border-color: rgb(191,45,206); }
td.TdClassName
{
border-color: #BF2DCE;
}
.TagClassName
{
border-color: #BF2DCE;
}
</style>