Shades of Medium Orchid #BF42F2
Tints of Medium Orchid #BF42F2
RGB
CMYK
RGB Variations
Color information
#BF42F2 (or 0xBF42F2) is known color: Medium Orchid. HEX triplet: BF, 42 and F2. RGB value is (191,66,242). Sum of RGB (Red+Green+Blue) = 191+66+242=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 66 (26.17% from 255 or 13.23% from 499); Blue value is 242 (94.92% from 255 or 48.50% from 499); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF42F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF42F2 is #40BD0D. Grayscale: #7A7A7A. Windows color (decimal): -4242702 or 15876799. OLE color: 15876799.
HSL color Cylindrical-coordinate representation of color #BF42F2: hue angle of 282.61º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF42F2 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 66 | 242 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.05 |
| HSL | 282.61º | 0.87% | 0.6% | - |
| HSV(B) | 282.61º | 0.73% | 0.95% | - |
| XYZ | 39.46 | 21.38 | 86.05 | - |
| YUV | 123.44 | 194.91 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 66 | 242 | 0.21 | 0.73 | 0 | 0.05 | 282.61 | 0.87 | 0.6 |
| Hex | BF | 42 | F2 | 15 | 49 | 0 | 5 | 11B | 57 | 3C |
| Octal | 277 | 102 | 362 | 25 | 111 | 0 | 5 | 433 | 127 | 74 |
| Binary | 10111111 | 1000010 | 11110010 | 10101 | 1001001 | 0 | 101 | 100011011 | 1010111 | 111100 |
Color Harmonies of #BF42F2
Complementary color
Monochromatic Colors of #BF42F2
Black with #BF42F2
Text Example
Text Example
White with #BF42F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF42F2; }
p { color: rgb(191,66,242); }
H1.HeaderClassName
{
color: #BF42F2;
}
.AnyTagClassName
{
color: #BF42F2;
}
</style>
background-color css
<style>
a { background-color: #BF42F2; }
a { background-color: rgb(191,66,242); }
div.DivClassName
{
background-color: #BF42F2;
}
.BgClassName
{
background-color: #BF42F2;
}
</style>
border-color css
<style>
span { border-color: #BF42F2; }
span { border-color: rgb(191,66,242); }
td.TdClassName
{
border-color: #BF42F2;
}
.TagClassName
{
border-color: #BF42F2;
}
</style>