Shades of Medium Orchid #BF4ADC
Tints of Medium Orchid #BF4ADC
RGB
CMYK
RGB Variations
Color information
#BF4ADC (or 0xBF4ADC) is known color: Medium Orchid. HEX triplet: BF, 4A and DC. RGB value is (191,74,220). Sum of RGB (Red+Green+Blue) = 191+74+220=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 74 (29.30% from 255 or 15.26% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF4ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4ADC is #40B523. Grayscale: #7D7D7D. Windows color (decimal): -4240676 or 14437055. OLE color: 14437055.
HSL color Cylindrical-coordinate representation of color #BF4ADC: hue angle of 288.08º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4ADC is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 74 | 220 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.14 |
| HSL | 288.08º | 0.68% | 0.58% | - |
| HSV(B) | 288.08º | 0.66% | 0.86% | - |
| XYZ | 36.85 | 21.14 | 69.85 | - |
| YUV | 125.63 | 181.26 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 74 | 220 | 0.13 | 0.66 | 0 | 0.14 | 288.08 | 0.68 | 0.58 |
| Hex | BF | 4A | DC | D | 42 | 0 | E | 120 | 44 | 3A |
| Octal | 277 | 112 | 334 | 15 | 102 | 0 | 16 | 440 | 104 | 72 |
| Binary | 10111111 | 1001010 | 11011100 | 1101 | 1000010 | 0 | 1110 | 100100000 | 1000100 | 111010 |
Color Harmonies of #BF4ADC
Complementary color
Monochromatic Colors of #BF4ADC
Black with #BF4ADC
Text Example
Text Example
White with #BF4ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4ADC; }
p { color: rgb(191,74,220); }
H1.HeaderClassName
{
color: #BF4ADC;
}
.AnyTagClassName
{
color: #BF4ADC;
}
</style>
background-color css
<style>
a { background-color: #BF4ADC; }
a { background-color: rgb(191,74,220); }
div.DivClassName
{
background-color: #BF4ADC;
}
.BgClassName
{
background-color: #BF4ADC;
}
</style>
border-color css
<style>
span { border-color: #BF4ADC; }
span { border-color: rgb(191,74,220); }
td.TdClassName
{
border-color: #BF4ADC;
}
.TagClassName
{
border-color: #BF4ADC;
}
</style>