Shades of Medium Orchid #BF58DF
Tints of Medium Orchid #BF58DF
RGB
CMYK
RGB Variations
Color information
#BF58DF (or 0xBF58DF) is known color: Medium Orchid. HEX triplet: BF, 58 and DF. RGB value is (191,88,223). Sum of RGB (Red+Green+Blue) = 191+88+223=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 88 (34.77% from 255 or 17.53% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF58DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF58DF is #40A720. Grayscale: #858585. Windows color (decimal): -4237089 or 14637247. OLE color: 14637247.
HSL color Cylindrical-coordinate representation of color #BF58DF: hue angle of 285.78º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF58DF is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 88 | 223 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.13 |
| HSL | 285.78º | 0.68% | 0.61% | - |
| HSV(B) | 285.78º | 0.61% | 0.87% | - |
| XYZ | 38.29 | 23.38 | 72.31 | - |
| YUV | 134.19 | 178.12 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 88 | 223 | 0.14 | 0.61 | 0 | 0.13 | 285.78 | 0.68 | 0.61 |
| Hex | BF | 58 | DF | E | 3D | 0 | D | 11E | 44 | 3D |
| Octal | 277 | 130 | 337 | 16 | 75 | 0 | 15 | 436 | 104 | 75 |
| Binary | 10111111 | 1011000 | 11011111 | 1110 | 111101 | 0 | 1101 | 100011110 | 1000100 | 111101 |
Color Harmonies of #BF58DF
Complementary color
Monochromatic Colors of #BF58DF
Black with #BF58DF
Text Example
Text Example
White with #BF58DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF58DF; }
p { color: rgb(191,88,223); }
H1.HeaderClassName
{
color: #BF58DF;
}
.AnyTagClassName
{
color: #BF58DF;
}
</style>
background-color css
<style>
a { background-color: #BF58DF; }
a { background-color: rgb(191,88,223); }
div.DivClassName
{
background-color: #BF58DF;
}
.BgClassName
{
background-color: #BF58DF;
}
</style>
border-color css
<style>
span { border-color: #BF58DF; }
span { border-color: rgb(191,88,223); }
td.TdClassName
{
border-color: #BF58DF;
}
.TagClassName
{
border-color: #BF58DF;
}
</style>