Shades of Medium Orchid #BF2ADF
Tints of Medium Orchid #BF2ADF
RGB
CMYK
RGB Variations
Color information
#BF2ADF (or 0xBF2ADF) is known color: Medium Orchid. HEX triplet: BF, 2A and DF. RGB value is (191,42,223). Sum of RGB (Red+Green+Blue) = 191+42+223=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 42 (16.80% from 255 or 9.21% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF2ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2ADF is #40D520. Grayscale: #6A6A6A. Windows color (decimal): -4248865 or 14625471. OLE color: 14625471.
HSL color Cylindrical-coordinate representation of color #BF2ADF: hue angle of 289.39º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF2ADF is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 42 | 223 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.13 |
| HSL | 289.39º | 0.74% | 0.52% | - |
| HSV(B) | 289.39º | 0.81% | 0.87% | - |
| XYZ | 35.63 | 18.06 | 71.42 | - |
| YUV | 107.19 | 193.36 | 187.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 42 | 223 | 0.14 | 0.81 | 0 | 0.13 | 289.39 | 0.74 | 0.52 |
| Hex | BF | 2A | DF | E | 51 | 0 | D | 121 | 4A | 34 |
| Octal | 277 | 52 | 337 | 16 | 121 | 0 | 15 | 441 | 112 | 64 |
| Binary | 10111111 | 101010 | 11011111 | 1110 | 1010001 | 0 | 1101 | 100100001 | 1001010 | 110100 |
Color Harmonies of #BF2ADF
Complementary color
Monochromatic Colors of #BF2ADF
Black with #BF2ADF
Text Example
Text Example
White with #BF2ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2ADF; }
p { color: rgb(191,42,223); }
H1.HeaderClassName
{
color: #BF2ADF;
}
.AnyTagClassName
{
color: #BF2ADF;
}
</style>
background-color css
<style>
a { background-color: #BF2ADF; }
a { background-color: rgb(191,42,223); }
div.DivClassName
{
background-color: #BF2ADF;
}
.BgClassName
{
background-color: #BF2ADF;
}
</style>
border-color css
<style>
span { border-color: #BF2ADF; }
span { border-color: rgb(191,42,223); }
td.TdClassName
{
border-color: #BF2ADF;
}
.TagClassName
{
border-color: #BF2ADF;
}
</style>