Shades of Medium Orchid #BF42D1
Tints of Medium Orchid #BF42D1
RGB
CMYK
RGB Variations
Color information
#BF42D1 (or 0xBF42D1) is known color: Medium Orchid. HEX triplet: BF, 42 and D1. RGB value is (191,66,209). Sum of RGB (Red+Green+Blue) = 191+66+209=466 (61% of max value = 765). Red value is 191 (75% from 255 or 40.99% from 466); Green value is 66 (26.17% from 255 or 14.16% from 466); Blue value is 209 (82.03% from 255 or 44.85% from 466); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF42D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF42D1 is #40BD2E. Grayscale: #777777. Windows color (decimal): -4242735 or 13714111. OLE color: 13714111.
HSL color Cylindrical-coordinate representation of color #BF42D1: hue angle of 292.45º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF42D1 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 66 | 209 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.18 |
| HSL | 292.45º | 0.61% | 0.54% | - |
| HSV(B) | 292.45º | 0.68% | 0.82% | - |
| XYZ | 34.94 | 19.58 | 62.26 | - |
| YUV | 119.68 | 178.41 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 66 | 209 | 0.09 | 0.68 | 0 | 0.18 | 292.45 | 0.61 | 0.54 |
| Hex | BF | 42 | D1 | 9 | 44 | 0 | 12 | 124 | 3D | 36 |
| Octal | 277 | 102 | 321 | 11 | 104 | 0 | 22 | 444 | 75 | 66 |
| Binary | 10111111 | 1000010 | 11010001 | 1001 | 1000100 | 0 | 10010 | 100100100 | 111101 | 110110 |
Color Harmonies of #BF42D1
Complementary color
Monochromatic Colors of #BF42D1
Black with #BF42D1
Text Example
Text Example
White with #BF42D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF42D1; }
p { color: rgb(191,66,209); }
H1.HeaderClassName
{
color: #BF42D1;
}
.AnyTagClassName
{
color: #BF42D1;
}
</style>
background-color css
<style>
a { background-color: #BF42D1; }
a { background-color: rgb(191,66,209); }
div.DivClassName
{
background-color: #BF42D1;
}
.BgClassName
{
background-color: #BF42D1;
}
</style>
border-color css
<style>
span { border-color: #BF42D1; }
span { border-color: rgb(191,66,209); }
td.TdClassName
{
border-color: #BF42D1;
}
.TagClassName
{
border-color: #BF42D1;
}
</style>