Shades of Medium Orchid #BF2BDC
Tints of Medium Orchid #BF2BDC
RGB
CMYK
RGB Variations
Color information
#BF2BDC (or 0xBF2BDC) is known color: Medium Orchid. HEX triplet: BF, 2B and DC. RGB value is (191,43,220). Sum of RGB (Red+Green+Blue) = 191+43+220=454 (60% of max value = 765). Red value is 191 (75% from 255 or 42.07% from 454); Green value is 43 (17.19% from 255 or 9.47% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF2BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2BDC is #40D423. Grayscale: #6A6A6A. Windows color (decimal): -4248612 or 14429119. OLE color: 14429119.
HSL color Cylindrical-coordinate representation of color #BF2BDC: hue angle of 290.17º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2BDC is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 43 | 220 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.14 |
| HSL | 290.17º | 0.72% | 0.52% | - |
| HSV(B) | 290.17º | 0.8% | 0.86% | - |
| XYZ | 35.27 | 17.97 | 69.32 | - |
| YUV | 107.43 | 191.53 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 43 | 220 | 0.13 | 0.80 | 0 | 0.14 | 290.17 | 0.72 | 0.52 |
| Hex | BF | 2B | DC | D | 50 | 0 | E | 122 | 48 | 34 |
| Octal | 277 | 53 | 334 | 15 | 120 | 0 | 16 | 442 | 110 | 64 |
| Binary | 10111111 | 101011 | 11011100 | 1101 | 1010000 | 0 | 1110 | 100100010 | 1001000 | 110100 |
Color Harmonies of #BF2BDC
Complementary color
Monochromatic Colors of #BF2BDC
Black with #BF2BDC
Text Example
Text Example
White with #BF2BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2BDC; }
p { color: rgb(191,43,220); }
H1.HeaderClassName
{
color: #BF2BDC;
}
.AnyTagClassName
{
color: #BF2BDC;
}
</style>
background-color css
<style>
a { background-color: #BF2BDC; }
a { background-color: rgb(191,43,220); }
div.DivClassName
{
background-color: #BF2BDC;
}
.BgClassName
{
background-color: #BF2BDC;
}
</style>
border-color css
<style>
span { border-color: #BF2BDC; }
span { border-color: rgb(191,43,220); }
td.TdClassName
{
border-color: #BF2BDC;
}
.TagClassName
{
border-color: #BF2BDC;
}
</style>