Shades of Medium Orchid #BF48DB
Tints of Medium Orchid #BF48DB
RGB
CMYK
RGB Variations
Color information
#BF48DB (or 0xBF48DB) is known color: Medium Orchid. HEX triplet: BF, 48 and DB. RGB value is (191,72,219). Sum of RGB (Red+Green+Blue) = 191+72+219=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 72 (28.52% from 255 or 14.94% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF48DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF48DB is #40B724. Grayscale: #7B7B7B. Windows color (decimal): -4241189 or 14371007. OLE color: 14371007.
HSL color Cylindrical-coordinate representation of color #BF48DB: hue angle of 288.57º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BF48DB is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 72 | 219 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.14 |
| HSL | 288.57º | 0.67% | 0.57% | - |
| HSV(B) | 288.57º | 0.67% | 0.86% | - |
| XYZ | 36.59 | 20.83 | 69.11 | - |
| YUV | 124.34 | 181.42 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 72 | 219 | 0.13 | 0.67 | 0 | 0.14 | 288.57 | 0.67 | 0.57 |
| Hex | BF | 48 | DB | D | 43 | 0 | E | 121 | 43 | 39 |
| Octal | 277 | 110 | 333 | 15 | 103 | 0 | 16 | 441 | 103 | 71 |
| Binary | 10111111 | 1001000 | 11011011 | 1101 | 1000011 | 0 | 1110 | 100100001 | 1000011 | 111001 |
Color Harmonies of #BF48DB
Complementary color
Monochromatic Colors of #BF48DB
Black with #BF48DB
Text Example
Text Example
White with #BF48DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF48DB; }
p { color: rgb(191,72,219); }
H1.HeaderClassName
{
color: #BF48DB;
}
.AnyTagClassName
{
color: #BF48DB;
}
</style>
background-color css
<style>
a { background-color: #BF48DB; }
a { background-color: rgb(191,72,219); }
div.DivClassName
{
background-color: #BF48DB;
}
.BgClassName
{
background-color: #BF48DB;
}
</style>
border-color css
<style>
span { border-color: #BF48DB; }
span { border-color: rgb(191,72,219); }
td.TdClassName
{
border-color: #BF48DB;
}
.TagClassName
{
border-color: #BF48DB;
}
</style>