Shades of Medium Orchid #BF55D5
Tints of Medium Orchid #BF55D5
RGB
CMYK
RGB Variations
Color information
#BF55D5 (or 0xBF55D5) is known color: Medium Orchid. HEX triplet: BF, 55 and D5. RGB value is (191,85,213). Sum of RGB (Red+Green+Blue) = 191+85+213=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 85 (33.59% from 255 or 17.38% from 489); Blue value is 213 (83.59% from 255 or 43.56% from 489); Max value from RGB is 213 - color contains mainly: blue. Hex color #BF55D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF55D5 is #40AA2A. Grayscale: #828282. Windows color (decimal): -4237867 or 13981119. OLE color: 13981119.
HSL color Cylindrical-coordinate representation of color #BF55D5: hue angle of 289.69º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF55D5 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 85 | 213 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.16 |
| HSL | 289.69º | 0.6% | 0.58% | - |
| HSV(B) | 289.69º | 0.6% | 0.84% | - |
| XYZ | 36.74 | 22.38 | 65.33 | - |
| YUV | 131.29 | 174.12 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 85 | 213 | 0.10 | 0.60 | 0 | 0.16 | 289.69 | 0.6 | 0.58 |
| Hex | BF | 55 | D5 | A | 3C | 0 | 10 | 122 | 3C | 3A |
| Octal | 277 | 125 | 325 | 12 | 74 | 0 | 20 | 442 | 74 | 72 |
| Binary | 10111111 | 1010101 | 11010101 | 1010 | 111100 | 0 | 10000 | 100100010 | 111100 | 111010 |
Color Harmonies of #BF55D5
Complementary color
Monochromatic Colors of #BF55D5
Black with #BF55D5
Text Example
Text Example
White with #BF55D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF55D5; }
p { color: rgb(191,85,213); }
H1.HeaderClassName
{
color: #BF55D5;
}
.AnyTagClassName
{
color: #BF55D5;
}
</style>
background-color css
<style>
a { background-color: #BF55D5; }
a { background-color: rgb(191,85,213); }
div.DivClassName
{
background-color: #BF55D5;
}
.BgClassName
{
background-color: #BF55D5;
}
</style>
border-color css
<style>
span { border-color: #BF55D5; }
span { border-color: rgb(191,85,213); }
td.TdClassName
{
border-color: #BF55D5;
}
.TagClassName
{
border-color: #BF55D5;
}
</style>