Shades of Medium Orchid #BF4ADF
Tints of Medium Orchid #BF4ADF
RGB
CMYK
RGB Variations
Color information
#BF4ADF (or 0xBF4ADF) is known color: Medium Orchid. HEX triplet: BF, 4A and DF. RGB value is (191,74,223). Sum of RGB (Red+Green+Blue) = 191+74+223=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 74 (29.30% from 255 or 15.16% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF4ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4ADF is #40B520. Grayscale: #7D7D7D. Windows color (decimal): -4240673 or 14633663. OLE color: 14633663.
HSL color Cylindrical-coordinate representation of color #BF4ADF: hue angle of 287.11º degrees, saturation: 0.7, 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 #BF4ADF is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 74 | 223 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.13 |
| HSL | 287.11º | 0.7% | 0.58% | - |
| HSV(B) | 287.11º | 0.67% | 0.87% | - |
| XYZ | 37.25 | 21.3 | 71.96 | - |
| YUV | 125.97 | 182.76 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 74 | 223 | 0.14 | 0.67 | 0 | 0.13 | 287.11 | 0.7 | 0.58 |
| Hex | BF | 4A | DF | E | 43 | 0 | D | 11F | 46 | 3A |
| Octal | 277 | 112 | 337 | 16 | 103 | 0 | 15 | 437 | 106 | 72 |
| Binary | 10111111 | 1001010 | 11011111 | 1110 | 1000011 | 0 | 1101 | 100011111 | 1000110 | 111010 |
Color Harmonies of #BF4ADF
Complementary color
Monochromatic Colors of #BF4ADF
Black with #BF4ADF
Text Example
Text Example
White with #BF4ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4ADF; }
p { color: rgb(191,74,223); }
H1.HeaderClassName
{
color: #BF4ADF;
}
.AnyTagClassName
{
color: #BF4ADF;
}
</style>
background-color css
<style>
a { background-color: #BF4ADF; }
a { background-color: rgb(191,74,223); }
div.DivClassName
{
background-color: #BF4ADF;
}
.BgClassName
{
background-color: #BF4ADF;
}
</style>
border-color css
<style>
span { border-color: #BF4ADF; }
span { border-color: rgb(191,74,223); }
td.TdClassName
{
border-color: #BF4ADF;
}
.TagClassName
{
border-color: #BF4ADF;
}
</style>