Shades of Medium Orchid #BF53E5
Tints of Medium Orchid #BF53E5
RGB
CMYK
RGB Variations
Color information
#BF53E5 (or 0xBF53E5) is known color: Medium Orchid. HEX triplet: BF, 53 and E5. RGB value is (191,83,229). Sum of RGB (Red+Green+Blue) = 191+83+229=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 83 (32.81% from 255 or 16.50% from 503); Blue value is 229 (89.84% from 255 or 45.53% from 503); Max value from RGB is 229 - color contains mainly: blue. Hex color #BF53E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF53E5 is #40AC1A. Grayscale: #838383. Windows color (decimal): -4238363 or 15029183. OLE color: 15029183.
HSL color Cylindrical-coordinate representation of color #BF53E5: hue angle of 284.38º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF53E5 is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 83 | 229 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.10 |
| HSL | 284.38º | 0.74% | 0.61% | - |
| HSV(B) | 284.38º | 0.64% | 0.9% | - |
| XYZ | 38.72 | 22.92 | 76.51 | - |
| YUV | 131.94 | 182.78 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 83 | 229 | 0.17 | 0.64 | 0 | 0.10 | 284.38 | 0.74 | 0.61 |
| Hex | BF | 53 | E5 | 11 | 40 | 0 | A | 11C | 4A | 3D |
| Octal | 277 | 123 | 345 | 21 | 100 | 0 | 12 | 434 | 112 | 75 |
| Binary | 10111111 | 1010011 | 11100101 | 10001 | 1000000 | 0 | 1010 | 100011100 | 1001010 | 111101 |
Color Harmonies of #BF53E5
Complementary color
Monochromatic Colors of #BF53E5
Black with #BF53E5
Text Example
Text Example
White with #BF53E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF53E5; }
p { color: rgb(191,83,229); }
H1.HeaderClassName
{
color: #BF53E5;
}
.AnyTagClassName
{
color: #BF53E5;
}
</style>
background-color css
<style>
a { background-color: #BF53E5; }
a { background-color: rgb(191,83,229); }
div.DivClassName
{
background-color: #BF53E5;
}
.BgClassName
{
background-color: #BF53E5;
}
</style>
border-color css
<style>
span { border-color: #BF53E5; }
span { border-color: rgb(191,83,229); }
td.TdClassName
{
border-color: #BF53E5;
}
.TagClassName
{
border-color: #BF53E5;
}
</style>