Shades of Medium Orchid #BF4CDB
Tints of Medium Orchid #BF4CDB
RGB
CMYK
RGB Variations
Color information
#BF4CDB (or 0xBF4CDB) is known color: Medium Orchid. HEX triplet: BF, 4C and DB. RGB value is (191,76,219). Sum of RGB (Red+Green+Blue) = 191+76+219=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 76 (30.08% from 255 or 15.64% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF4CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4CDB is #40B324. Grayscale: #7E7E7E. Windows color (decimal): -4240165 or 14372031. OLE color: 14372031.
HSL color Cylindrical-coordinate representation of color #BF4CDB: hue angle of 288.25º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF4CDB is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 76 | 219 | - |
| CMYK | 0.13 | 0.65 | 0 | 0.14 |
| HSL | 288.25º | 0.67% | 0.58% | - |
| HSV(B) | 288.25º | 0.65% | 0.86% | - |
| XYZ | 36.86 | 21.36 | 69.2 | - |
| YUV | 126.69 | 180.1 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 76 | 219 | 0.13 | 0.65 | 0 | 0.14 | 288.25 | 0.67 | 0.58 |
| Hex | BF | 4C | DB | D | 41 | 0 | E | 120 | 43 | 3A |
| Octal | 277 | 114 | 333 | 15 | 101 | 0 | 16 | 440 | 103 | 72 |
| Binary | 10111111 | 1001100 | 11011011 | 1101 | 1000001 | 0 | 1110 | 100100000 | 1000011 | 111010 |
Color Harmonies of #BF4CDB
Complementary color
Monochromatic Colors of #BF4CDB
Black with #BF4CDB
Text Example
Text Example
White with #BF4CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4CDB; }
p { color: rgb(191,76,219); }
H1.HeaderClassName
{
color: #BF4CDB;
}
.AnyTagClassName
{
color: #BF4CDB;
}
</style>
background-color css
<style>
a { background-color: #BF4CDB; }
a { background-color: rgb(191,76,219); }
div.DivClassName
{
background-color: #BF4CDB;
}
.BgClassName
{
background-color: #BF4CDB;
}
</style>
border-color css
<style>
span { border-color: #BF4CDB; }
span { border-color: rgb(191,76,219); }
td.TdClassName
{
border-color: #BF4CDB;
}
.TagClassName
{
border-color: #BF4CDB;
}
</style>