Shades of Medium Orchid #BF2ADC
Tints of Medium Orchid #BF2ADC
RGB
CMYK
RGB Variations
Color information
#BF2ADC (or 0xBF2ADC) is known color: Medium Orchid. HEX triplet: BF, 2A and DC. RGB value is (191,42,220). Sum of RGB (Red+Green+Blue) = 191+42+220=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 42 (16.80% from 255 or 9.27% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF2ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2ADC is #40D523. Grayscale: #6A6A6A. Windows color (decimal): -4248868 or 14428863. OLE color: 14428863.
HSL color Cylindrical-coordinate representation of color #BF2ADC: hue angle of 290.22º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF2ADC is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 42 | 220 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.14 |
| HSL | 290.22º | 0.72% | 0.51% | - |
| HSV(B) | 290.22º | 0.81% | 0.86% | - |
| XYZ | 35.23 | 17.9 | 69.31 | - |
| YUV | 106.84 | 191.86 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 42 | 220 | 0.13 | 0.81 | 0 | 0.14 | 290.22 | 0.72 | 0.51 |
| Hex | BF | 2A | DC | D | 51 | 0 | E | 122 | 48 | 33 |
| Octal | 277 | 52 | 334 | 15 | 121 | 0 | 16 | 442 | 110 | 63 |
| Binary | 10111111 | 101010 | 11011100 | 1101 | 1010001 | 0 | 1110 | 100100010 | 1001000 | 110011 |
Color Harmonies of #BF2ADC
Complementary color
Monochromatic Colors of #BF2ADC
Black with #BF2ADC
Text Example
Text Example
White with #BF2ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2ADC; }
p { color: rgb(191,42,220); }
H1.HeaderClassName
{
color: #BF2ADC;
}
.AnyTagClassName
{
color: #BF2ADC;
}
</style>
background-color css
<style>
a { background-color: #BF2ADC; }
a { background-color: rgb(191,42,220); }
div.DivClassName
{
background-color: #BF2ADC;
}
.BgClassName
{
background-color: #BF2ADC;
}
</style>
border-color css
<style>
span { border-color: #BF2ADC; }
span { border-color: rgb(191,42,220); }
td.TdClassName
{
border-color: #BF2ADC;
}
.TagClassName
{
border-color: #BF2ADC;
}
</style>