Shades of Medium Orchid #BF53D6
Tints of Medium Orchid #BF53D6
RGB
CMYK
RGB Variations
Color information
#BF53D6 (or 0xBF53D6) is known color: Medium Orchid. HEX triplet: BF, 53 and D6. RGB value is (191,83,214). Sum of RGB (Red+Green+Blue) = 191+83+214=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 83 (32.81% from 255 or 17.01% from 488); Blue value is 214 (83.98% from 255 or 43.85% from 488); Max value from RGB is 214 - color contains mainly: blue. Hex color #BF53D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF53D6 is #40AC29. Grayscale: #818181. Windows color (decimal): -4238378 or 14046143. OLE color: 14046143.
HSL color Cylindrical-coordinate representation of color #BF53D6: hue angle of 289.47º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF53D6 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 83 | 214 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.16 |
| HSL | 289.47º | 0.62% | 0.58% | - |
| HSV(B) | 289.47º | 0.61% | 0.84% | - |
| XYZ | 36.72 | 22.12 | 65.95 | - |
| YUV | 130.23 | 175.28 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 83 | 214 | 0.11 | 0.61 | 0 | 0.16 | 289.47 | 0.62 | 0.58 |
| Hex | BF | 53 | D6 | B | 3D | 0 | 10 | 121 | 3E | 3A |
| Octal | 277 | 123 | 326 | 13 | 75 | 0 | 20 | 441 | 76 | 72 |
| Binary | 10111111 | 1010011 | 11010110 | 1011 | 111101 | 0 | 10000 | 100100001 | 111110 | 111010 |
Color Harmonies of #BF53D6
Complementary color
Monochromatic Colors of #BF53D6
Black with #BF53D6
Text Example
Text Example
White with #BF53D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF53D6; }
p { color: rgb(191,83,214); }
H1.HeaderClassName
{
color: #BF53D6;
}
.AnyTagClassName
{
color: #BF53D6;
}
</style>
background-color css
<style>
a { background-color: #BF53D6; }
a { background-color: rgb(191,83,214); }
div.DivClassName
{
background-color: #BF53D6;
}
.BgClassName
{
background-color: #BF53D6;
}
</style>
border-color css
<style>
span { border-color: #BF53D6; }
span { border-color: rgb(191,83,214); }
td.TdClassName
{
border-color: #BF53D6;
}
.TagClassName
{
border-color: #BF53D6;
}
</style>