Shades of Medium Orchid #BF42DF
Tints of Medium Orchid #BF42DF
RGB
CMYK
RGB Variations
Color information
#BF42DF (or 0xBF42DF) is known color: Medium Orchid. HEX triplet: BF, 42 and DF. RGB value is (191,66,223). Sum of RGB (Red+Green+Blue) = 191+66+223=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 66 (26.17% from 255 or 13.75% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF42DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF42DF is #40BD20. Grayscale: #787878. Windows color (decimal): -4242721 or 14631615. OLE color: 14631615.
HSL color Cylindrical-coordinate representation of color #BF42DF: hue angle of 287.77º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF42DF is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 66 | 223 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.13 |
| HSL | 287.77º | 0.71% | 0.57% | - |
| HSV(B) | 287.77º | 0.7% | 0.87% | - |
| XYZ | 36.75 | 20.3 | 71.79 | - |
| YUV | 121.27 | 185.41 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 66 | 223 | 0.14 | 0.70 | 0 | 0.13 | 287.77 | 0.71 | 0.57 |
| Hex | BF | 42 | DF | E | 46 | 0 | D | 120 | 47 | 39 |
| Octal | 277 | 102 | 337 | 16 | 106 | 0 | 15 | 440 | 107 | 71 |
| Binary | 10111111 | 1000010 | 11011111 | 1110 | 1000110 | 0 | 1101 | 100100000 | 1000111 | 111001 |
Color Harmonies of #BF42DF
Complementary color
Monochromatic Colors of #BF42DF
Black with #BF42DF
Text Example
Text Example
White with #BF42DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF42DF; }
p { color: rgb(191,66,223); }
H1.HeaderClassName
{
color: #BF42DF;
}
.AnyTagClassName
{
color: #BF42DF;
}
</style>
background-color css
<style>
a { background-color: #BF42DF; }
a { background-color: rgb(191,66,223); }
div.DivClassName
{
background-color: #BF42DF;
}
.BgClassName
{
background-color: #BF42DF;
}
</style>
border-color css
<style>
span { border-color: #BF42DF; }
span { border-color: rgb(191,66,223); }
td.TdClassName
{
border-color: #BF42DF;
}
.TagClassName
{
border-color: #BF42DF;
}
</style>