Shades of Medium Orchid #BF4BDD
Tints of Medium Orchid #BF4BDD
RGB
CMYK
RGB Variations
Color information
#BF4BDD (or 0xBF4BDD) is known color: Medium Orchid. HEX triplet: BF, 4B and DD. RGB value is (191,75,221). Sum of RGB (Red+Green+Blue) = 191+75+221=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 75 (29.69% from 255 or 15.40% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF4BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4BDD is #40B422. Grayscale: #7D7D7D. Windows color (decimal): -4240419 or 14502847. OLE color: 14502847.
HSL color Cylindrical-coordinate representation of color #BF4BDD: hue angle of 287.67º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4BDD is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 75 | 221 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.13 |
| HSL | 287.67º | 0.68% | 0.58% | - |
| HSV(B) | 287.67º | 0.66% | 0.87% | - |
| XYZ | 37.05 | 21.33 | 70.57 | - |
| YUV | 126.33 | 181.43 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 75 | 221 | 0.14 | 0.66 | 0 | 0.13 | 287.67 | 0.68 | 0.58 |
| Hex | BF | 4B | DD | E | 42 | 0 | D | 120 | 44 | 3A |
| Octal | 277 | 113 | 335 | 16 | 102 | 0 | 15 | 440 | 104 | 72 |
| Binary | 10111111 | 1001011 | 11011101 | 1110 | 1000010 | 0 | 1101 | 100100000 | 1000100 | 111010 |
Color Harmonies of #BF4BDD
Complementary color
Monochromatic Colors of #BF4BDD
Black with #BF4BDD
Text Example
Text Example
White with #BF4BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4BDD; }
p { color: rgb(191,75,221); }
H1.HeaderClassName
{
color: #BF4BDD;
}
.AnyTagClassName
{
color: #BF4BDD;
}
</style>
background-color css
<style>
a { background-color: #BF4BDD; }
a { background-color: rgb(191,75,221); }
div.DivClassName
{
background-color: #BF4BDD;
}
.BgClassName
{
background-color: #BF4BDD;
}
</style>
border-color css
<style>
span { border-color: #BF4BDD; }
span { border-color: rgb(191,75,221); }
td.TdClassName
{
border-color: #BF4BDD;
}
.TagClassName
{
border-color: #BF4BDD;
}
</style>