Shades of Medium Orchid #BF4CDD
Tints of Medium Orchid #BF4CDD
RGB
CMYK
RGB Variations
Color information
#BF4CDD (or 0xBF4CDD) is known color: Medium Orchid. HEX triplet: BF, 4C and DD. RGB value is (191,76,221). Sum of RGB (Red+Green+Blue) = 191+76+221=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 76 (30.08% from 255 or 15.57% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF4CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF4CDD is #40B322. Grayscale: #7E7E7E. Windows color (decimal): -4240163 or 14503103. OLE color: 14503103.
HSL color Cylindrical-coordinate representation of color #BF4CDD: hue angle of 287.59º 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 #BF4CDD is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 76 | 221 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.13 |
| HSL | 287.59º | 0.68% | 0.58% | - |
| HSV(B) | 287.59º | 0.66% | 0.87% | - |
| XYZ | 37.12 | 21.47 | 70.59 | - |
| YUV | 126.92 | 181.1 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 76 | 221 | 0.14 | 0.66 | 0 | 0.13 | 287.59 | 0.68 | 0.58 |
| Hex | BF | 4C | DD | E | 42 | 0 | D | 120 | 44 | 3A |
| Octal | 277 | 114 | 335 | 16 | 102 | 0 | 15 | 440 | 104 | 72 |
| Binary | 10111111 | 1001100 | 11011101 | 1110 | 1000010 | 0 | 1101 | 100100000 | 1000100 | 111010 |
Color Harmonies of #BF4CDD
Complementary color
Monochromatic Colors of #BF4CDD
Black with #BF4CDD
Text Example
Text Example
White with #BF4CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4CDD; }
p { color: rgb(191,76,221); }
H1.HeaderClassName
{
color: #BF4CDD;
}
.AnyTagClassName
{
color: #BF4CDD;
}
</style>
background-color css
<style>
a { background-color: #BF4CDD; }
a { background-color: rgb(191,76,221); }
div.DivClassName
{
background-color: #BF4CDD;
}
.BgClassName
{
background-color: #BF4CDD;
}
</style>
border-color css
<style>
span { border-color: #BF4CDD; }
span { border-color: rgb(191,76,221); }
td.TdClassName
{
border-color: #BF4CDD;
}
.TagClassName
{
border-color: #BF4CDD;
}
</style>