Shades of Medium Orchid #BF4ADB
Tints of Medium Orchid #BF4ADB
RGB
CMYK
RGB Variations
Color information
#BF4ADB (or 0xBF4ADB) is known color: Medium Orchid. HEX triplet: BF, 4A and DB. RGB value is (191,74,219). Sum of RGB (Red+Green+Blue) = 191+74+219=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 74 (29.30% from 255 or 15.29% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF4ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4ADB is #40B524. Grayscale: #7D7D7D. Windows color (decimal): -4240677 or 14371519. OLE color: 14371519.
HSL color Cylindrical-coordinate representation of color #BF4ADB: hue angle of 288.41º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4ADB is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 74 | 219 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.14 |
| HSL | 288.41º | 0.67% | 0.57% | - |
| HSV(B) | 288.41º | 0.66% | 0.86% | - |
| XYZ | 36.72 | 21.09 | 69.15 | - |
| YUV | 125.51 | 180.76 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 74 | 219 | 0.13 | 0.66 | 0 | 0.14 | 288.41 | 0.67 | 0.57 |
| Hex | BF | 4A | DB | D | 42 | 0 | E | 120 | 43 | 39 |
| Octal | 277 | 112 | 333 | 15 | 102 | 0 | 16 | 440 | 103 | 71 |
| Binary | 10111111 | 1001010 | 11011011 | 1101 | 1000010 | 0 | 1110 | 100100000 | 1000011 | 111001 |
Color Harmonies of #BF4ADB
Complementary color
Monochromatic Colors of #BF4ADB
Black with #BF4ADB
Text Example
Text Example
White with #BF4ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4ADB; }
p { color: rgb(191,74,219); }
H1.HeaderClassName
{
color: #BF4ADB;
}
.AnyTagClassName
{
color: #BF4ADB;
}
</style>
background-color css
<style>
a { background-color: #BF4ADB; }
a { background-color: rgb(191,74,219); }
div.DivClassName
{
background-color: #BF4ADB;
}
.BgClassName
{
background-color: #BF4ADB;
}
</style>
border-color css
<style>
span { border-color: #BF4ADB; }
span { border-color: rgb(191,74,219); }
td.TdClassName
{
border-color: #BF4ADB;
}
.TagClassName
{
border-color: #BF4ADB;
}
</style>