Shades of Medium Orchid #BF48DF
Tints of Medium Orchid #BF48DF
RGB
CMYK
RGB Variations
Color information
#BF48DF (or 0xBF48DF) is known color: Medium Orchid. HEX triplet: BF, 48 and DF. RGB value is (191,72,223). Sum of RGB (Red+Green+Blue) = 191+72+223=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 72 (28.52% from 255 or 14.81% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF48DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF48DF is #40B720. Grayscale: #7C7C7C. Windows color (decimal): -4241185 or 14633151. OLE color: 14633151.
HSL color Cylindrical-coordinate representation of color #BF48DF: hue angle of 287.28º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF48DF is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 72 | 223 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.13 |
| HSL | 287.28º | 0.7% | 0.58% | - |
| HSV(B) | 287.28º | 0.68% | 0.87% | - |
| XYZ | 37.12 | 21.04 | 71.92 | - |
| YUV | 124.8 | 183.42 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 72 | 223 | 0.14 | 0.68 | 0 | 0.13 | 287.28 | 0.7 | 0.58 |
| Hex | BF | 48 | DF | E | 44 | 0 | D | 11F | 46 | 3A |
| Octal | 277 | 110 | 337 | 16 | 104 | 0 | 15 | 437 | 106 | 72 |
| Binary | 10111111 | 1001000 | 11011111 | 1110 | 1000100 | 0 | 1101 | 100011111 | 1000110 | 111010 |
Color Harmonies of #BF48DF
Complementary color
Monochromatic Colors of #BF48DF
Black with #BF48DF
Text Example
Text Example
White with #BF48DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF48DF; }
p { color: rgb(191,72,223); }
H1.HeaderClassName
{
color: #BF48DF;
}
.AnyTagClassName
{
color: #BF48DF;
}
</style>
background-color css
<style>
a { background-color: #BF48DF; }
a { background-color: rgb(191,72,223); }
div.DivClassName
{
background-color: #BF48DF;
}
.BgClassName
{
background-color: #BF48DF;
}
</style>
border-color css
<style>
span { border-color: #BF48DF; }
span { border-color: rgb(191,72,223); }
td.TdClassName
{
border-color: #BF48DF;
}
.TagClassName
{
border-color: #BF48DF;
}
</style>