Shades of Medium Orchid #BF48D1
Tints of Medium Orchid #BF48D1
RGB
CMYK
RGB Variations
Color information
#BF48D1 (or 0xBF48D1) is known color: Medium Orchid. HEX triplet: BF, 48 and D1. RGB value is (191,72,209). Sum of RGB (Red+Green+Blue) = 191+72+209=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 72 (28.52% from 255 or 15.25% from 472); Blue value is 209 (82.03% from 255 or 44.28% from 472); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF48D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF48D1 is #40B72E. Grayscale: #7A7A7A. Windows color (decimal): -4241199 or 13715647. OLE color: 13715647.
HSL color Cylindrical-coordinate representation of color #BF48D1: hue angle of 292.12º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF48D1 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 72 | 209 | - |
| CMYK | 0.09 | 0.66 | 0 | 0.18 |
| HSL | 292.12º | 0.6% | 0.55% | - |
| HSV(B) | 292.12º | 0.66% | 0.82% | - |
| XYZ | 35.31 | 20.31 | 62.38 | - |
| YUV | 123.2 | 176.42 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 72 | 209 | 0.09 | 0.66 | 0 | 0.18 | 292.12 | 0.6 | 0.55 |
| Hex | BF | 48 | D1 | 9 | 42 | 0 | 12 | 124 | 3C | 37 |
| Octal | 277 | 110 | 321 | 11 | 102 | 0 | 22 | 444 | 74 | 67 |
| Binary | 10111111 | 1001000 | 11010001 | 1001 | 1000010 | 0 | 10010 | 100100100 | 111100 | 110111 |
Color Harmonies of #BF48D1
Complementary color
Monochromatic Colors of #BF48D1
Black with #BF48D1
Text Example
Text Example
White with #BF48D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF48D1; }
p { color: rgb(191,72,209); }
H1.HeaderClassName
{
color: #BF48D1;
}
.AnyTagClassName
{
color: #BF48D1;
}
</style>
background-color css
<style>
a { background-color: #BF48D1; }
a { background-color: rgb(191,72,209); }
div.DivClassName
{
background-color: #BF48D1;
}
.BgClassName
{
background-color: #BF48D1;
}
</style>
border-color css
<style>
span { border-color: #BF48D1; }
span { border-color: rgb(191,72,209); }
td.TdClassName
{
border-color: #BF48D1;
}
.TagClassName
{
border-color: #BF48D1;
}
</style>