Shades of Medium Orchid #BF3CDB
Tints of Medium Orchid #BF3CDB
RGB
CMYK
RGB Variations
Color information
#BF3CDB (or 0xBF3CDB) is known color: Medium Orchid. HEX triplet: BF, 3C and DB. RGB value is (191,60,219). Sum of RGB (Red+Green+Blue) = 191+60+219=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 60 (23.83% from 255 or 12.77% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF3CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF3CDB is #40C324. Grayscale: #747474. Windows color (decimal): -4244261 or 14367935. OLE color: 14367935.
HSL color Cylindrical-coordinate representation of color #BF3CDB: hue angle of 289.43º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF3CDB is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 60 | 219 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.14 |
| HSL | 289.43º | 0.69% | 0.55% | - |
| HSV(B) | 289.43º | 0.73% | 0.86% | - |
| XYZ | 35.89 | 19.42 | 68.88 | - |
| YUV | 117.3 | 185.4 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 60 | 219 | 0.13 | 0.73 | 0 | 0.14 | 289.43 | 0.69 | 0.55 |
| Hex | BF | 3C | DB | D | 49 | 0 | E | 121 | 45 | 37 |
| Octal | 277 | 74 | 333 | 15 | 111 | 0 | 16 | 441 | 105 | 67 |
| Binary | 10111111 | 111100 | 11011011 | 1101 | 1001001 | 0 | 1110 | 100100001 | 1000101 | 110111 |
Color Harmonies of #BF3CDB
Complementary color
Monochromatic Colors of #BF3CDB
Black with #BF3CDB
Text Example
Text Example
White with #BF3CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3CDB; }
p { color: rgb(191,60,219); }
H1.HeaderClassName
{
color: #BF3CDB;
}
.AnyTagClassName
{
color: #BF3CDB;
}
</style>
background-color css
<style>
a { background-color: #BF3CDB; }
a { background-color: rgb(191,60,219); }
div.DivClassName
{
background-color: #BF3CDB;
}
.BgClassName
{
background-color: #BF3CDB;
}
</style>
border-color css
<style>
span { border-color: #BF3CDB; }
span { border-color: rgb(191,60,219); }
td.TdClassName
{
border-color: #BF3CDB;
}
.TagClassName
{
border-color: #BF3CDB;
}
</style>