Shades of Medium Orchid #BF58E6
Tints of Medium Orchid #BF58E6
RGB
CMYK
RGB Variations
Color information
#BF58E6 (or 0xBF58E6) is known color: Medium Orchid. HEX triplet: BF, 58 and E6. RGB value is (191,88,230). Sum of RGB (Red+Green+Blue) = 191+88+230=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 88 (34.77% from 255 or 17.29% from 509); Blue value is 230 (90.23% from 255 or 45.19% from 509); Max value from RGB is 230 - color contains mainly: blue. Hex color #BF58E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF58E6 is #40A719. Grayscale: #868686. Windows color (decimal): -4237082 or 15095999. OLE color: 15095999.
HSL color Cylindrical-coordinate representation of color #BF58E6: hue angle of 283.52º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF58E6 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 88 | 230 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.10 |
| HSL | 283.52º | 0.74% | 0.62% | - |
| HSV(B) | 283.52º | 0.62% | 0.9% | - |
| XYZ | 39.26 | 23.77 | 77.38 | - |
| YUV | 134.99 | 181.62 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 88 | 230 | 0.17 | 0.62 | 0 | 0.10 | 283.52 | 0.74 | 0.62 |
| Hex | BF | 58 | E6 | 11 | 3E | 0 | A | 11C | 4A | 3E |
| Octal | 277 | 130 | 346 | 21 | 76 | 0 | 12 | 434 | 112 | 76 |
| Binary | 10111111 | 1011000 | 11100110 | 10001 | 111110 | 0 | 1010 | 100011100 | 1001010 | 111110 |
Color Harmonies of #BF58E6
Complementary color
Monochromatic Colors of #BF58E6
Black with #BF58E6
Text Example
Text Example
White with #BF58E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF58E6; }
p { color: rgb(191,88,230); }
H1.HeaderClassName
{
color: #BF58E6;
}
.AnyTagClassName
{
color: #BF58E6;
}
</style>
background-color css
<style>
a { background-color: #BF58E6; }
a { background-color: rgb(191,88,230); }
div.DivClassName
{
background-color: #BF58E6;
}
.BgClassName
{
background-color: #BF58E6;
}
</style>
border-color css
<style>
span { border-color: #BF58E6; }
span { border-color: rgb(191,88,230); }
td.TdClassName
{
border-color: #BF58E6;
}
.TagClassName
{
border-color: #BF58E6;
}
</style>