Shades of Medium Orchid #BF53DD
Tints of Medium Orchid #BF53DD
RGB
CMYK
RGB Variations
Color information
#BF53DD (or 0xBF53DD) is known color: Medium Orchid. HEX triplet: BF, 53 and DD. RGB value is (191,83,221). Sum of RGB (Red+Green+Blue) = 191+83+221=495 (65% of max value = 765). Red value is 191 (75% from 255 or 38.59% from 495); Green value is 83 (32.81% from 255 or 16.77% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF53DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF53DD is #40AC22. Grayscale: #828282. Windows color (decimal): -4238371 or 14504895. OLE color: 14504895.
HSL color Cylindrical-coordinate representation of color #BF53DD: hue angle of 286.96º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF53DD is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 83 | 221 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.13 |
| HSL | 286.96º | 0.67% | 0.6% | - |
| HSV(B) | 286.96º | 0.62% | 0.87% | - |
| XYZ | 37.63 | 22.48 | 70.76 | - |
| YUV | 131.02 | 178.78 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 83 | 221 | 0.14 | 0.62 | 0 | 0.13 | 286.96 | 0.67 | 0.6 |
| Hex | BF | 53 | DD | E | 3E | 0 | D | 11F | 43 | 3C |
| Octal | 277 | 123 | 335 | 16 | 76 | 0 | 15 | 437 | 103 | 74 |
| Binary | 10111111 | 1010011 | 11011101 | 1110 | 111110 | 0 | 1101 | 100011111 | 1000011 | 111100 |
Color Harmonies of #BF53DD
Complementary color
Monochromatic Colors of #BF53DD
Black with #BF53DD
Text Example
Text Example
White with #BF53DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF53DD; }
p { color: rgb(191,83,221); }
H1.HeaderClassName
{
color: #BF53DD;
}
.AnyTagClassName
{
color: #BF53DD;
}
</style>
background-color css
<style>
a { background-color: #BF53DD; }
a { background-color: rgb(191,83,221); }
div.DivClassName
{
background-color: #BF53DD;
}
.BgClassName
{
background-color: #BF53DD;
}
</style>
border-color css
<style>
span { border-color: #BF53DD; }
span { border-color: rgb(191,83,221); }
td.TdClassName
{
border-color: #BF53DD;
}
.TagClassName
{
border-color: #BF53DD;
}
</style>