Shades of Medium Orchid #BF52DD
Tints of Medium Orchid #BF52DD
RGB
CMYK
RGB Variations
Color information
#BF52DD (or 0xBF52DD) is known color: Medium Orchid. HEX triplet: BF, 52 and DD. RGB value is (191,82,221). Sum of RGB (Red+Green+Blue) = 191+82+221=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 82 (32.42% from 255 or 16.60% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF52DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF52DD is #40AD22. Grayscale: #818181. Windows color (decimal): -4238627 or 14504639. OLE color: 14504639.
HSL color Cylindrical-coordinate representation of color #BF52DD: hue angle of 287.05º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BF52DD is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 82 | 221 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.13 |
| HSL | 287.05º | 0.67% | 0.59% | - |
| HSV(B) | 287.05º | 0.63% | 0.87% | - |
| XYZ | 37.55 | 22.33 | 70.74 | - |
| YUV | 130.44 | 179.11 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 82 | 221 | 0.14 | 0.63 | 0 | 0.13 | 287.05 | 0.67 | 0.59 |
| Hex | BF | 52 | DD | E | 3F | 0 | D | 11F | 43 | 3B |
| Octal | 277 | 122 | 335 | 16 | 77 | 0 | 15 | 437 | 103 | 73 |
| Binary | 10111111 | 1010010 | 11011101 | 1110 | 111111 | 0 | 1101 | 100011111 | 1000011 | 111011 |
Color Harmonies of #BF52DD
Complementary color
Monochromatic Colors of #BF52DD
Black with #BF52DD
Text Example
Text Example
White with #BF52DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF52DD; }
p { color: rgb(191,82,221); }
H1.HeaderClassName
{
color: #BF52DD;
}
.AnyTagClassName
{
color: #BF52DD;
}
</style>
background-color css
<style>
a { background-color: #BF52DD; }
a { background-color: rgb(191,82,221); }
div.DivClassName
{
background-color: #BF52DD;
}
.BgClassName
{
background-color: #BF52DD;
}
</style>
border-color css
<style>
span { border-color: #BF52DD; }
span { border-color: rgb(191,82,221); }
td.TdClassName
{
border-color: #BF52DD;
}
.TagClassName
{
border-color: #BF52DD;
}
</style>