Shades of Medium Orchid #BF2DDC
Tints of Medium Orchid #BF2DDC
RGB
CMYK
RGB Variations
Color information
#BF2DDC (or 0xBF2DDC) is known color: Medium Orchid. HEX triplet: BF, 2D and DC. RGB value is (191,45,220). Sum of RGB (Red+Green+Blue) = 191+45+220=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 45 (17.97% from 255 or 9.87% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF2DDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2DDC is #40D223. Grayscale: #6C6C6C. Windows color (decimal): -4248100 or 14429631. OLE color: 14429631.
HSL color Cylindrical-coordinate representation of color #BF2DDC: hue angle of 290.06º degrees, saturation: 0.71, 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 #BF2DDC is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 45 | 220 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.14 |
| HSL | 290.06º | 0.71% | 0.52% | - |
| HSV(B) | 290.06º | 0.8% | 0.86% | - |
| XYZ | 35.34 | 18.12 | 69.34 | - |
| YUV | 108.6 | 190.87 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 220 | 0.13 | 0.80 | 0 | 0.14 | 290.06 | 0.71 | 0.52 |
| Hex | BF | 2D | DC | D | 50 | 0 | E | 122 | 47 | 34 |
| Octal | 277 | 55 | 334 | 15 | 120 | 0 | 16 | 442 | 107 | 64 |
| Binary | 10111111 | 101101 | 11011100 | 1101 | 1010000 | 0 | 1110 | 100100010 | 1000111 | 110100 |
Color Harmonies of #BF2DDC
Complementary color
Monochromatic Colors of #BF2DDC
Black with #BF2DDC
Text Example
Text Example
White with #BF2DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2DDC; }
p { color: rgb(191,45,220); }
H1.HeaderClassName
{
color: #BF2DDC;
}
.AnyTagClassName
{
color: #BF2DDC;
}
</style>
background-color css
<style>
a { background-color: #BF2DDC; }
a { background-color: rgb(191,45,220); }
div.DivClassName
{
background-color: #BF2DDC;
}
.BgClassName
{
background-color: #BF2DDC;
}
</style>
border-color css
<style>
span { border-color: #BF2DDC; }
span { border-color: rgb(191,45,220); }
td.TdClassName
{
border-color: #BF2DDC;
}
.TagClassName
{
border-color: #BF2DDC;
}
</style>