Shades of Medium Orchid #BF43DD
Tints of Medium Orchid #BF43DD
RGB
CMYK
RGB Variations
Color information
#BF43DD (or 0xBF43DD) is known color: Medium Orchid. HEX triplet: BF, 43 and DD. RGB value is (191,67,221). Sum of RGB (Red+Green+Blue) = 191+67+221=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 67 (26.56% from 255 or 13.99% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF43DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF43DD is #40BC22. Grayscale: #797979. Windows color (decimal): -4242467 or 14500799. OLE color: 14500799.
HSL color Cylindrical-coordinate representation of color #BF43DD: hue angle of 288.31º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF43DD is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 67 | 221 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.13 |
| HSL | 288.31º | 0.69% | 0.56% | - |
| HSV(B) | 288.31º | 0.7% | 0.87% | - |
| XYZ | 36.54 | 20.31 | 70.4 | - |
| YUV | 121.63 | 184.08 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 67 | 221 | 0.14 | 0.70 | 0 | 0.13 | 288.31 | 0.69 | 0.56 |
| Hex | BF | 43 | DD | E | 46 | 0 | D | 120 | 45 | 38 |
| Octal | 277 | 103 | 335 | 16 | 106 | 0 | 15 | 440 | 105 | 70 |
| Binary | 10111111 | 1000011 | 11011101 | 1110 | 1000110 | 0 | 1101 | 100100000 | 1000101 | 111000 |
Color Harmonies of #BF43DD
Complementary color
Monochromatic Colors of #BF43DD
Black with #BF43DD
Text Example
Text Example
White with #BF43DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF43DD; }
p { color: rgb(191,67,221); }
H1.HeaderClassName
{
color: #BF43DD;
}
.AnyTagClassName
{
color: #BF43DD;
}
</style>
background-color css
<style>
a { background-color: #BF43DD; }
a { background-color: rgb(191,67,221); }
div.DivClassName
{
background-color: #BF43DD;
}
.BgClassName
{
background-color: #BF43DD;
}
</style>
border-color css
<style>
span { border-color: #BF43DD; }
span { border-color: rgb(191,67,221); }
td.TdClassName
{
border-color: #BF43DD;
}
.TagClassName
{
border-color: #BF43DD;
}
</style>