Shades of Medium Orchid #BF53DC
Tints of Medium Orchid #BF53DC
RGB
CMYK
RGB Variations
Color information
#BF53DC (or 0xBF53DC) is known color: Medium Orchid. HEX triplet: BF, 53 and DC. RGB value is (191,83,220). Sum of RGB (Red+Green+Blue) = 191+83+220=494 (65% of max value = 765). Red value is 191 (75% from 255 or 38.66% from 494); Green value is 83 (32.81% from 255 or 16.80% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF53DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF53DC is #40AC23. Grayscale: #828282. Windows color (decimal): -4238372 or 14439359. OLE color: 14439359.
HSL color Cylindrical-coordinate representation of color #BF53DC: hue angle of 287.3º degrees, saturation: 0.66, 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 #BF53DC is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 191 | 83 | 220 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.14 |
| HSL | 287.3º | 0.66% | 0.59% | - |
| HSV(B) | 287.3º | 0.62% | 0.86% | - |
| XYZ | 37.5 | 22.43 | 70.06 | - |
| YUV | 130.91 | 178.28 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 83 | 220 | 0.13 | 0.62 | 0 | 0.14 | 287.3 | 0.66 | 0.59 |
| Hex | BF | 53 | DC | D | 3E | 0 | E | 11F | 42 | 3B |
| Octal | 277 | 123 | 334 | 15 | 76 | 0 | 16 | 437 | 102 | 73 |
| Binary | 10111111 | 1010011 | 11011100 | 1101 | 111110 | 0 | 1110 | 100011111 | 1000010 | 111011 |
Color Harmonies of #BF53DC
Complementary color
Monochromatic Colors of #BF53DC
Black with #BF53DC
Text Example
Text Example
White with #BF53DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF53DC; }
p { color: rgb(191,83,220); }
H1.HeaderClassName
{
color: #BF53DC;
}
.AnyTagClassName
{
color: #BF53DC;
}
</style>
background-color css
<style>
a { background-color: #BF53DC; }
a { background-color: rgb(191,83,220); }
div.DivClassName
{
background-color: #BF53DC;
}
.BgClassName
{
background-color: #BF53DC;
}
</style>
border-color css
<style>
span { border-color: #BF53DC; }
span { border-color: rgb(191,83,220); }
td.TdClassName
{
border-color: #BF53DC;
}
.TagClassName
{
border-color: #BF53DC;
}
</style>