Shades of Medium Orchid #BF52F2
Tints of Medium Orchid #BF52F2
RGB
CMYK
RGB Variations
Color information
#BF52F2 (or 0xBF52F2) is known color: Medium Orchid. HEX triplet: BF, 52 and F2. RGB value is (191,82,242). Sum of RGB (Red+Green+Blue) = 191+82+242=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 82 (32.42% from 255 or 15.92% from 515); Blue value is 242 (94.92% from 255 or 46.99% from 515); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF52F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF52F2 is #40AD0D. Grayscale: #848484. Windows color (decimal): -4238606 or 15880895. OLE color: 15880895.
HSL color Cylindrical-coordinate representation of color #BF52F2: hue angle of 280.88º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF52F2 is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 82 | 242 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.05 |
| HSL | 280.88º | 0.86% | 0.64% | - |
| HSV(B) | 280.88º | 0.66% | 0.95% | - |
| XYZ | 40.53 | 23.52 | 86.41 | - |
| YUV | 132.83 | 189.61 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 82 | 242 | 0.21 | 0.66 | 0 | 0.05 | 280.88 | 0.86 | 0.64 |
| Hex | BF | 52 | F2 | 15 | 42 | 0 | 5 | 119 | 56 | 40 |
| Octal | 277 | 122 | 362 | 25 | 102 | 0 | 5 | 431 | 126 | 100 |
| Binary | 10111111 | 1010010 | 11110010 | 10101 | 1000010 | 0 | 101 | 100011001 | 1010110 | 1000000 |
Color Harmonies of #BF52F2
Complementary color
Monochromatic Colors of #BF52F2
Black with #BF52F2
Text Example
Text Example
White with #BF52F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF52F2; }
p { color: rgb(191,82,242); }
H1.HeaderClassName
{
color: #BF52F2;
}
.AnyTagClassName
{
color: #BF52F2;
}
</style>
background-color css
<style>
a { background-color: #BF52F2; }
a { background-color: rgb(191,82,242); }
div.DivClassName
{
background-color: #BF52F2;
}
.BgClassName
{
background-color: #BF52F2;
}
</style>
border-color css
<style>
span { border-color: #BF52F2; }
span { border-color: rgb(191,82,242); }
td.TdClassName
{
border-color: #BF52F2;
}
.TagClassName
{
border-color: #BF52F2;
}
</style>