Shades of Medium Orchid #BF52CE
Tints of Medium Orchid #BF52CE
RGB
CMYK
RGB Variations
Color information
#BF52CE (or 0xBF52CE) is known color: Medium Orchid. HEX triplet: BF, 52 and CE. RGB value is (191,82,206). Sum of RGB (Red+Green+Blue) = 191+82+206=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 82 (32.42% from 255 or 17.12% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF52CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF52CE is #40AD31. Grayscale: #808080. Windows color (decimal): -4238642 or 13521599. OLE color: 13521599.
HSL color Cylindrical-coordinate representation of color #BF52CE: hue angle of 292.74º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF52CE is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 82 | 206 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.19 |
| HSL | 292.74º | 0.56% | 0.56% | - |
| HSV(B) | 292.74º | 0.6% | 0.81% | - |
| XYZ | 35.64 | 21.57 | 60.68 | - |
| YUV | 128.73 | 171.61 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 82 | 206 | 0.07 | 0.60 | 0 | 0.19 | 292.74 | 0.56 | 0.56 |
| Hex | BF | 52 | CE | 7 | 3C | 0 | 13 | 125 | 38 | 38 |
| Octal | 277 | 122 | 316 | 7 | 74 | 0 | 23 | 445 | 70 | 70 |
| Binary | 10111111 | 1010010 | 11001110 | 111 | 111100 | 0 | 10011 | 100100101 | 111000 | 111000 |
Color Harmonies of #BF52CE
Complementary color
Monochromatic Colors of #BF52CE
Black with #BF52CE
Text Example
Text Example
White with #BF52CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF52CE; }
p { color: rgb(191,82,206); }
H1.HeaderClassName
{
color: #BF52CE;
}
.AnyTagClassName
{
color: #BF52CE;
}
</style>
background-color css
<style>
a { background-color: #BF52CE; }
a { background-color: rgb(191,82,206); }
div.DivClassName
{
background-color: #BF52CE;
}
.BgClassName
{
background-color: #BF52CE;
}
</style>
border-color css
<style>
span { border-color: #BF52CE; }
span { border-color: rgb(191,82,206); }
td.TdClassName
{
border-color: #BF52CE;
}
.TagClassName
{
border-color: #BF52CE;
}
</style>