Shades of Medium Orchid #BF53DB
Tints of Medium Orchid #BF53DB
RGB
CMYK
RGB Variations
Color information
#BF53DB (or 0xBF53DB) is known color: Medium Orchid. HEX triplet: BF, 53 and DB. RGB value is (191,83,219). Sum of RGB (Red+Green+Blue) = 191+83+219=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 83 (32.81% from 255 or 16.84% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF53DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF53DB is #40AC24. Grayscale: #828282. Windows color (decimal): -4238373 or 14373823. OLE color: 14373823.
HSL color Cylindrical-coordinate representation of color #BF53DB: hue angle of 287.65º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF53DB is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 83 | 219 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.14 |
| HSL | 287.65º | 0.65% | 0.59% | - |
| HSV(B) | 287.65º | 0.62% | 0.86% | - |
| XYZ | 37.37 | 22.38 | 69.37 | - |
| YUV | 130.8 | 177.78 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 83 | 219 | 0.13 | 0.62 | 0 | 0.14 | 287.65 | 0.65 | 0.59 |
| Hex | BF | 53 | DB | D | 3E | 0 | E | 120 | 41 | 3B |
| Octal | 277 | 123 | 333 | 15 | 76 | 0 | 16 | 440 | 101 | 73 |
| Binary | 10111111 | 1010011 | 11011011 | 1101 | 111110 | 0 | 1110 | 100100000 | 1000001 | 111011 |
Color Harmonies of #BF53DB
Complementary color
Monochromatic Colors of #BF53DB
Black with #BF53DB
Text Example
Text Example
White with #BF53DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF53DB; }
p { color: rgb(191,83,219); }
H1.HeaderClassName
{
color: #BF53DB;
}
.AnyTagClassName
{
color: #BF53DB;
}
</style>
background-color css
<style>
a { background-color: #BF53DB; }
a { background-color: rgb(191,83,219); }
div.DivClassName
{
background-color: #BF53DB;
}
.BgClassName
{
background-color: #BF53DB;
}
</style>
border-color css
<style>
span { border-color: #BF53DB; }
span { border-color: rgb(191,83,219); }
td.TdClassName
{
border-color: #BF53DB;
}
.TagClassName
{
border-color: #BF53DB;
}
</style>