Shades of Medium Orchid #BF53CE
Tints of Medium Orchid #BF53CE
RGB
CMYK
RGB Variations
Color information
#BF53CE (or 0xBF53CE) is known color: Medium Orchid. HEX triplet: BF, 53 and CE. RGB value is (191,83,206). Sum of RGB (Red+Green+Blue) = 191+83+206=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 83 (32.81% from 255 or 17.29% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF53CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF53CE is #40AC31. Grayscale: #808080. Windows color (decimal): -4238386 or 13521855. OLE color: 13521855.
HSL color Cylindrical-coordinate representation of color #BF53CE: hue angle of 292.68º degrees, saturation: 0.56, 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 #BF53CE is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 83 | 206 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.19 |
| HSL | 292.68º | 0.56% | 0.57% | - |
| HSV(B) | 292.68º | 0.6% | 0.81% | - |
| XYZ | 35.72 | 21.72 | 60.7 | - |
| YUV | 129.31 | 171.28 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 83 | 206 | 0.07 | 0.60 | 0 | 0.19 | 292.68 | 0.56 | 0.57 |
| Hex | BF | 53 | CE | 7 | 3C | 0 | 13 | 125 | 38 | 39 |
| Octal | 277 | 123 | 316 | 7 | 74 | 0 | 23 | 445 | 70 | 71 |
| Binary | 10111111 | 1010011 | 11001110 | 111 | 111100 | 0 | 10011 | 100100101 | 111000 | 111001 |
Color Harmonies of #BF53CE
Complementary color
Monochromatic Colors of #BF53CE
Black with #BF53CE
Text Example
Text Example
White with #BF53CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF53CE; }
p { color: rgb(191,83,206); }
H1.HeaderClassName
{
color: #BF53CE;
}
.AnyTagClassName
{
color: #BF53CE;
}
</style>
background-color css
<style>
a { background-color: #BF53CE; }
a { background-color: rgb(191,83,206); }
div.DivClassName
{
background-color: #BF53CE;
}
.BgClassName
{
background-color: #BF53CE;
}
</style>
border-color css
<style>
span { border-color: #BF53CE; }
span { border-color: rgb(191,83,206); }
td.TdClassName
{
border-color: #BF53CE;
}
.TagClassName
{
border-color: #BF53CE;
}
</style>