Shades of Medium Orchid #BF52CF
Tints of Medium Orchid #BF52CF
RGB
CMYK
RGB Variations
Color information
#BF52CF (or 0xBF52CF) is known color: Medium Orchid. HEX triplet: BF, 52 and CF. RGB value is (191,82,207). Sum of RGB (Red+Green+Blue) = 191+82+207=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 82 (32.42% from 255 or 17.08% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF52CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF52CF is #40AD30. Grayscale: #808080. Windows color (decimal): -4238641 or 13587135. OLE color: 13587135.
HSL color Cylindrical-coordinate representation of color #BF52CF: hue angle of 292.32º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF52CF is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 82 | 207 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.19 |
| HSL | 292.32º | 0.57% | 0.57% | - |
| HSV(B) | 292.32º | 0.6% | 0.81% | - |
| XYZ | 35.77 | 21.62 | 61.32 | - |
| YUV | 128.84 | 172.11 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 82 | 207 | 0.08 | 0.60 | 0 | 0.19 | 292.32 | 0.57 | 0.57 |
| Hex | BF | 52 | CF | 8 | 3C | 0 | 13 | 124 | 39 | 39 |
| Octal | 277 | 122 | 317 | 10 | 74 | 0 | 23 | 444 | 71 | 71 |
| Binary | 10111111 | 1010010 | 11001111 | 1000 | 111100 | 0 | 10011 | 100100100 | 111001 | 111001 |
Color Harmonies of #BF52CF
Complementary color
Monochromatic Colors of #BF52CF
Black with #BF52CF
Text Example
Text Example
White with #BF52CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF52CF; }
p { color: rgb(191,82,207); }
H1.HeaderClassName
{
color: #BF52CF;
}
.AnyTagClassName
{
color: #BF52CF;
}
</style>
background-color css
<style>
a { background-color: #BF52CF; }
a { background-color: rgb(191,82,207); }
div.DivClassName
{
background-color: #BF52CF;
}
.BgClassName
{
background-color: #BF52CF;
}
</style>
border-color css
<style>
span { border-color: #BF52CF; }
span { border-color: rgb(191,82,207); }
td.TdClassName
{
border-color: #BF52CF;
}
.TagClassName
{
border-color: #BF52CF;
}
</style>