Shades of Medium Orchid #BF58D1
Tints of Medium Orchid #BF58D1
RGB
CMYK
RGB Variations
Color information
#BF58D1 (or 0xBF58D1) is known color: Medium Orchid. HEX triplet: BF, 58 and D1. RGB value is (191,88,209). Sum of RGB (Red+Green+Blue) = 191+88+209=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 88 (34.77% from 255 or 18.03% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF58D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF58D1 is #40A72E. Grayscale: #848484. Windows color (decimal): -4237103 or 13719743. OLE color: 13719743.
HSL color Cylindrical-coordinate representation of color #BF58D1: hue angle of 291.07º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF58D1 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 88 | 209 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.18 |
| HSL | 291.07º | 0.57% | 0.58% | - |
| HSV(B) | 291.07º | 0.58% | 0.82% | - |
| XYZ | 36.48 | 22.66 | 62.77 | - |
| YUV | 132.59 | 171.12 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 88 | 209 | 0.09 | 0.58 | 0 | 0.18 | 291.07 | 0.57 | 0.58 |
| Hex | BF | 58 | D1 | 9 | 3A | 0 | 12 | 123 | 39 | 3A |
| Octal | 277 | 130 | 321 | 11 | 72 | 0 | 22 | 443 | 71 | 72 |
| Binary | 10111111 | 1011000 | 11010001 | 1001 | 111010 | 0 | 10010 | 100100011 | 111001 | 111010 |
Color Harmonies of #BF58D1
Complementary color
Monochromatic Colors of #BF58D1
Black with #BF58D1
Text Example
Text Example
White with #BF58D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF58D1; }
p { color: rgb(191,88,209); }
H1.HeaderClassName
{
color: #BF58D1;
}
.AnyTagClassName
{
color: #BF58D1;
}
</style>
background-color css
<style>
a { background-color: #BF58D1; }
a { background-color: rgb(191,88,209); }
div.DivClassName
{
background-color: #BF58D1;
}
.BgClassName
{
background-color: #BF58D1;
}
</style>
border-color css
<style>
span { border-color: #BF58D1; }
span { border-color: rgb(191,88,209); }
td.TdClassName
{
border-color: #BF58D1;
}
.TagClassName
{
border-color: #BF58D1;
}
</style>