Shades of Medium Orchid #BF3ADC
Tints of Medium Orchid #BF3ADC
RGB
CMYK
RGB Variations
Color information
#BF3ADC (or 0xBF3ADC) is known color: Medium Orchid. HEX triplet: BF, 3A and DC. RGB value is (191,58,220). Sum of RGB (Red+Green+Blue) = 191+58+220=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 58 (23.05% from 255 or 12.37% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF3ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3ADC is #40C523. Grayscale: #737373. Windows color (decimal): -4244772 or 14432959. OLE color: 14432959.
HSL color Cylindrical-coordinate representation of color #BF3ADC: hue angle of 289.26º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF3ADC is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 58 | 220 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.14 |
| HSL | 289.26º | 0.7% | 0.55% | - |
| HSV(B) | 289.26º | 0.74% | 0.86% | - |
| XYZ | 35.92 | 19.27 | 69.54 | - |
| YUV | 116.24 | 186.56 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 58 | 220 | 0.13 | 0.74 | 0 | 0.14 | 289.26 | 0.7 | 0.55 |
| Hex | BF | 3A | DC | D | 4A | 0 | E | 121 | 46 | 37 |
| Octal | 277 | 72 | 334 | 15 | 112 | 0 | 16 | 441 | 106 | 67 |
| Binary | 10111111 | 111010 | 11011100 | 1101 | 1001010 | 0 | 1110 | 100100001 | 1000110 | 110111 |
Color Harmonies of #BF3ADC
Complementary color
Monochromatic Colors of #BF3ADC
Black with #BF3ADC
Text Example
Text Example
White with #BF3ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3ADC; }
p { color: rgb(191,58,220); }
H1.HeaderClassName
{
color: #BF3ADC;
}
.AnyTagClassName
{
color: #BF3ADC;
}
</style>
background-color css
<style>
a { background-color: #BF3ADC; }
a { background-color: rgb(191,58,220); }
div.DivClassName
{
background-color: #BF3ADC;
}
.BgClassName
{
background-color: #BF3ADC;
}
</style>
border-color css
<style>
span { border-color: #BF3ADC; }
span { border-color: rgb(191,58,220); }
td.TdClassName
{
border-color: #BF3ADC;
}
.TagClassName
{
border-color: #BF3ADC;
}
</style>