Shades of Medium Orchid #BF3DDB
Tints of Medium Orchid #BF3DDB
RGB
CMYK
RGB Variations
Color information
#BF3DDB (or 0xBF3DDB) is known color: Medium Orchid. HEX triplet: BF, 3D and DB. RGB value is (191,61,219). Sum of RGB (Red+Green+Blue) = 191+61+219=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 61 (24.22% from 255 or 12.95% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF3DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3DDB is #40C224. Grayscale: #757575. Windows color (decimal): -4244005 or 14368191. OLE color: 14368191.
HSL color Cylindrical-coordinate representation of color #BF3DDB: hue angle of 289.37º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF3DDB is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 61 | 219 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.14 |
| HSL | 289.37º | 0.69% | 0.55% | - |
| HSV(B) | 289.37º | 0.72% | 0.86% | - |
| XYZ | 35.94 | 19.53 | 68.89 | - |
| YUV | 117.88 | 185.07 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 61 | 219 | 0.13 | 0.72 | 0 | 0.14 | 289.37 | 0.69 | 0.55 |
| Hex | BF | 3D | DB | D | 48 | 0 | E | 121 | 45 | 37 |
| Octal | 277 | 75 | 333 | 15 | 110 | 0 | 16 | 441 | 105 | 67 |
| Binary | 10111111 | 111101 | 11011011 | 1101 | 1001000 | 0 | 1110 | 100100001 | 1000101 | 110111 |
Color Harmonies of #BF3DDB
Complementary color
Monochromatic Colors of #BF3DDB
Black with #BF3DDB
Text Example
Text Example
White with #BF3DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3DDB; }
p { color: rgb(191,61,219); }
H1.HeaderClassName
{
color: #BF3DDB;
}
.AnyTagClassName
{
color: #BF3DDB;
}
</style>
background-color css
<style>
a { background-color: #BF3DDB; }
a { background-color: rgb(191,61,219); }
div.DivClassName
{
background-color: #BF3DDB;
}
.BgClassName
{
background-color: #BF3DDB;
}
</style>
border-color css
<style>
span { border-color: #BF3DDB; }
span { border-color: rgb(191,61,219); }
td.TdClassName
{
border-color: #BF3DDB;
}
.TagClassName
{
border-color: #BF3DDB;
}
</style>