Shades of Medium Orchid #BF48D0
Tints of Medium Orchid #BF48D0
RGB
CMYK
RGB Variations
Color information
#BF48D0 (or 0xBF48D0) is known color: Medium Orchid. HEX triplet: BF, 48 and D0. RGB value is (191,72,208). Sum of RGB (Red+Green+Blue) = 191+72+208=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 72 (28.52% from 255 or 15.29% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 208 - color contains mainly: blue. Hex color #BF48D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF48D0 is #40B72F. Grayscale: #7A7A7A. Windows color (decimal): -4241200 or 13650111. OLE color: 13650111.
HSL color Cylindrical-coordinate representation of color #BF48D0: hue angle of 292.5º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF48D0 is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 72 | 208 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.18 |
| HSL | 292.5º | 0.59% | 0.55% | - |
| HSV(B) | 292.5º | 0.65% | 0.82% | - |
| XYZ | 35.19 | 20.27 | 61.73 | - |
| YUV | 123.09 | 175.92 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 72 | 208 | 0.08 | 0.65 | 0 | 0.18 | 292.5 | 0.59 | 0.55 |
| Hex | BF | 48 | D0 | 8 | 41 | 0 | 12 | 124 | 3B | 37 |
| Octal | 277 | 110 | 320 | 10 | 101 | 0 | 22 | 444 | 73 | 67 |
| Binary | 10111111 | 1001000 | 11010000 | 1000 | 1000001 | 0 | 10010 | 100100100 | 111011 | 110111 |
Color Harmonies of #BF48D0
Complementary color
Monochromatic Colors of #BF48D0
Black with #BF48D0
Text Example
Text Example
White with #BF48D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF48D0; }
p { color: rgb(191,72,208); }
H1.HeaderClassName
{
color: #BF48D0;
}
.AnyTagClassName
{
color: #BF48D0;
}
</style>
background-color css
<style>
a { background-color: #BF48D0; }
a { background-color: rgb(191,72,208); }
div.DivClassName
{
background-color: #BF48D0;
}
.BgClassName
{
background-color: #BF48D0;
}
</style>
border-color css
<style>
span { border-color: #BF48D0; }
span { border-color: rgb(191,72,208); }
td.TdClassName
{
border-color: #BF48D0;
}
.TagClassName
{
border-color: #BF48D0;
}
</style>