Shades of Medium Orchid #BF4ADD
Tints of Medium Orchid #BF4ADD
RGB
CMYK
RGB Variations
Color information
#BF4ADD (or 0xBF4ADD) is known color: Medium Orchid. HEX triplet: BF, 4A and DD. RGB value is (191,74,221). Sum of RGB (Red+Green+Blue) = 191+74+221=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 74 (29.30% from 255 or 15.23% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF4ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4ADD is #40B522. Grayscale: #7D7D7D. Windows color (decimal): -4240675 or 14502591. OLE color: 14502591.
HSL color Cylindrical-coordinate representation of color #BF4ADD: hue angle of 287.76º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF4ADD is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 74 | 221 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.13 |
| HSL | 287.76º | 0.68% | 0.58% | - |
| HSV(B) | 287.76º | 0.67% | 0.87% | - |
| XYZ | 36.99 | 21.19 | 70.55 | - |
| YUV | 125.74 | 181.76 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 74 | 221 | 0.14 | 0.67 | 0 | 0.13 | 287.76 | 0.68 | 0.58 |
| Hex | BF | 4A | DD | E | 43 | 0 | D | 120 | 44 | 3A |
| Octal | 277 | 112 | 335 | 16 | 103 | 0 | 15 | 440 | 104 | 72 |
| Binary | 10111111 | 1001010 | 11011101 | 1110 | 1000011 | 0 | 1101 | 100100000 | 1000100 | 111010 |
Color Harmonies of #BF4ADD
Complementary color
Monochromatic Colors of #BF4ADD
Black with #BF4ADD
Text Example
Text Example
White with #BF4ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4ADD; }
p { color: rgb(191,74,221); }
H1.HeaderClassName
{
color: #BF4ADD;
}
.AnyTagClassName
{
color: #BF4ADD;
}
</style>
background-color css
<style>
a { background-color: #BF4ADD; }
a { background-color: rgb(191,74,221); }
div.DivClassName
{
background-color: #BF4ADD;
}
.BgClassName
{
background-color: #BF4ADD;
}
</style>
border-color css
<style>
span { border-color: #BF4ADD; }
span { border-color: rgb(191,74,221); }
td.TdClassName
{
border-color: #BF4ADD;
}
.TagClassName
{
border-color: #BF4ADD;
}
</style>