Shades of Medium Orchid #BF42CF
Tints of Medium Orchid #BF42CF
RGB
CMYK
RGB Variations
Color information
#BF42CF (or 0xBF42CF) is known color: Medium Orchid. HEX triplet: BF, 42 and CF. RGB value is (191,66,207). Sum of RGB (Red+Green+Blue) = 191+66+207=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 66 (26.17% from 255 or 14.22% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF42CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF42CF is #40BD30. Grayscale: #777777. Windows color (decimal): -4242737 or 13583039. OLE color: 13583039.
HSL color Cylindrical-coordinate representation of color #BF42CF: hue angle of 293.19º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF42CF is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 66 | 207 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.19 |
| HSL | 293.19º | 0.59% | 0.54% | - |
| HSV(B) | 293.19º | 0.68% | 0.81% | - |
| XYZ | 34.7 | 19.48 | 60.96 | - |
| YUV | 119.45 | 177.41 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 66 | 207 | 0.08 | 0.68 | 0 | 0.19 | 293.19 | 0.59 | 0.54 |
| Hex | BF | 42 | CF | 8 | 44 | 0 | 13 | 125 | 3B | 36 |
| Octal | 277 | 102 | 317 | 10 | 104 | 0 | 23 | 445 | 73 | 66 |
| Binary | 10111111 | 1000010 | 11001111 | 1000 | 1000100 | 0 | 10011 | 100100101 | 111011 | 110110 |
Color Harmonies of #BF42CF
Complementary color
Monochromatic Colors of #BF42CF
Black with #BF42CF
Text Example
Text Example
White with #BF42CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF42CF; }
p { color: rgb(191,66,207); }
H1.HeaderClassName
{
color: #BF42CF;
}
.AnyTagClassName
{
color: #BF42CF;
}
</style>
background-color css
<style>
a { background-color: #BF42CF; }
a { background-color: rgb(191,66,207); }
div.DivClassName
{
background-color: #BF42CF;
}
.BgClassName
{
background-color: #BF42CF;
}
</style>
border-color css
<style>
span { border-color: #BF42CF; }
span { border-color: rgb(191,66,207); }
td.TdClassName
{
border-color: #BF42CF;
}
.TagClassName
{
border-color: #BF42CF;
}
</style>