Shades of Medium Orchid #BF53D4
Tints of Medium Orchid #BF53D4
RGB
CMYK
RGB Variations
Color information
#BF53D4 (or 0xBF53D4) is known color: Medium Orchid. HEX triplet: BF, 53 and D4. RGB value is (191,83,212). Sum of RGB (Red+Green+Blue) = 191+83+212=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 83 (32.81% from 255 or 17.08% from 486); Blue value is 212 (83.20% from 255 or 43.62% from 486); Max value from RGB is 212 - color contains mainly: blue. Hex color #BF53D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF53D4 is #40AC2B. Grayscale: #818181. Windows color (decimal): -4238380 or 13915071. OLE color: 13915071.
HSL color Cylindrical-coordinate representation of color #BF53D4: hue angle of 290.23º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF53D4 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 83 | 212 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.17 |
| HSL | 290.23º | 0.6% | 0.58% | - |
| HSV(B) | 290.23º | 0.61% | 0.83% | - |
| XYZ | 36.46 | 22.02 | 64.62 | - |
| YUV | 130 | 174.28 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 83 | 212 | 0.10 | 0.61 | 0 | 0.17 | 290.23 | 0.6 | 0.58 |
| Hex | BF | 53 | D4 | A | 3D | 0 | 11 | 122 | 3C | 3A |
| Octal | 277 | 123 | 324 | 12 | 75 | 0 | 21 | 442 | 74 | 72 |
| Binary | 10111111 | 1010011 | 11010100 | 1010 | 111101 | 0 | 10001 | 100100010 | 111100 | 111010 |
Color Harmonies of #BF53D4
Complementary color
Monochromatic Colors of #BF53D4
Black with #BF53D4
Text Example
Text Example
White with #BF53D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF53D4; }
p { color: rgb(191,83,212); }
H1.HeaderClassName
{
color: #BF53D4;
}
.AnyTagClassName
{
color: #BF53D4;
}
</style>
background-color css
<style>
a { background-color: #BF53D4; }
a { background-color: rgb(191,83,212); }
div.DivClassName
{
background-color: #BF53D4;
}
.BgClassName
{
background-color: #BF53D4;
}
</style>
border-color css
<style>
span { border-color: #BF53D4; }
span { border-color: rgb(191,83,212); }
td.TdClassName
{
border-color: #BF53D4;
}
.TagClassName
{
border-color: #BF53D4;
}
</style>