Shades of Medium Orchid #BF43DC
Tints of Medium Orchid #BF43DC
RGB
CMYK
RGB Variations
Color information
#BF43DC (or 0xBF43DC) is known color: Medium Orchid. HEX triplet: BF, 43 and DC. RGB value is (191,67,220). Sum of RGB (Red+Green+Blue) = 191+67+220=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 67 (26.56% from 255 or 14.02% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF43DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF43DC is #40BC23. Grayscale: #797979. Windows color (decimal): -4242468 or 14435263. OLE color: 14435263.
HSL color Cylindrical-coordinate representation of color #BF43DC: hue angle of 288.63º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF43DC is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 67 | 220 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.14 |
| HSL | 288.63º | 0.69% | 0.56% | - |
| HSV(B) | 288.63º | 0.7% | 0.86% | - |
| XYZ | 36.41 | 20.26 | 69.7 | - |
| YUV | 121.52 | 183.58 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 67 | 220 | 0.13 | 0.70 | 0 | 0.14 | 288.63 | 0.69 | 0.56 |
| Hex | BF | 43 | DC | D | 46 | 0 | E | 121 | 45 | 38 |
| Octal | 277 | 103 | 334 | 15 | 106 | 0 | 16 | 441 | 105 | 70 |
| Binary | 10111111 | 1000011 | 11011100 | 1101 | 1000110 | 0 | 1110 | 100100001 | 1000101 | 111000 |
Color Harmonies of #BF43DC
Complementary color
Monochromatic Colors of #BF43DC
Black with #BF43DC
Text Example
Text Example
White with #BF43DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF43DC; }
p { color: rgb(191,67,220); }
H1.HeaderClassName
{
color: #BF43DC;
}
.AnyTagClassName
{
color: #BF43DC;
}
</style>
background-color css
<style>
a { background-color: #BF43DC; }
a { background-color: rgb(191,67,220); }
div.DivClassName
{
background-color: #BF43DC;
}
.BgClassName
{
background-color: #BF43DC;
}
</style>
border-color css
<style>
span { border-color: #BF43DC; }
span { border-color: rgb(191,67,220); }
td.TdClassName
{
border-color: #BF43DC;
}
.TagClassName
{
border-color: #BF43DC;
}
</style>