Shades of Medium Orchid #BF42DC
Tints of Medium Orchid #BF42DC
RGB
CMYK
RGB Variations
Color information
#BF42DC (or 0xBF42DC) is known color: Medium Orchid. HEX triplet: BF, 42 and DC. RGB value is (191,66,220). Sum of RGB (Red+Green+Blue) = 191+66+220=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 66 (26.17% from 255 or 13.84% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF42DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF42DC is #40BD23. Grayscale: #787878. Windows color (decimal): -4242724 or 14435007. OLE color: 14435007.
HSL color Cylindrical-coordinate representation of color #BF42DC: hue angle of 288.7º 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 #BF42DC is Cyan = 0.13, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 66 | 220 | - |
| CMYK | 0.13 | 0.7 | 0 | 0.14 |
| HSL | 288.7º | 0.69% | 0.56% | - |
| HSV(B) | 288.7º | 0.7% | 0.86% | - |
| XYZ | 36.35 | 20.14 | 69.68 | - |
| YUV | 120.93 | 183.91 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 66 | 220 | 0.13 | 0.7 | 0 | 0.14 | 288.7 | 0.69 | 0.56 |
| Hex | BF | 42 | DC | D | 46 | 0 | E | 121 | 45 | 38 |
| Octal | 277 | 102 | 334 | 15 | 106 | 0 | 16 | 441 | 105 | 70 |
| Binary | 10111111 | 1000010 | 11011100 | 1101 | 1000110 | 0 | 1110 | 100100001 | 1000101 | 111000 |
Color Harmonies of #BF42DC
Complementary color
Monochromatic Colors of #BF42DC
Black with #BF42DC
Text Example
Text Example
White with #BF42DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF42DC; }
p { color: rgb(191,66,220); }
H1.HeaderClassName
{
color: #BF42DC;
}
.AnyTagClassName
{
color: #BF42DC;
}
</style>
background-color css
<style>
a { background-color: #BF42DC; }
a { background-color: rgb(191,66,220); }
div.DivClassName
{
background-color: #BF42DC;
}
.BgClassName
{
background-color: #BF42DC;
}
</style>
border-color css
<style>
span { border-color: #BF42DC; }
span { border-color: rgb(191,66,220); }
td.TdClassName
{
border-color: #BF42DC;
}
.TagClassName
{
border-color: #BF42DC;
}
</style>