Shades of Medium Orchid #BF58D6
Tints of Medium Orchid #BF58D6
RGB
CMYK
RGB Variations
Color information
#BF58D6 (or 0xBF58D6) is known color: Medium Orchid. HEX triplet: BF, 58 and D6. RGB value is (191,88,214). Sum of RGB (Red+Green+Blue) = 191+88+214=493 (65% of max value = 765). Red value is 191 (75% from 255 or 38.74% from 493); Green value is 88 (34.77% from 255 or 17.85% from 493); Blue value is 214 (83.98% from 255 or 43.41% from 493); Max value from RGB is 214 - color contains mainly: blue. Hex color #BF58D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF58D6 is #40A729. Grayscale: #848484. Windows color (decimal): -4237098 or 14047423. OLE color: 14047423.
HSL color Cylindrical-coordinate representation of color #BF58D6: hue angle of 289.05º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF58D6 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 88 | 214 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.16 |
| HSL | 289.05º | 0.61% | 0.59% | - |
| HSV(B) | 289.05º | 0.59% | 0.84% | - |
| XYZ | 37.11 | 22.91 | 66.08 | - |
| YUV | 133.16 | 173.62 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 88 | 214 | 0.11 | 0.59 | 0 | 0.16 | 289.05 | 0.61 | 0.59 |
| Hex | BF | 58 | D6 | B | 3B | 0 | 10 | 121 | 3D | 3B |
| Octal | 277 | 130 | 326 | 13 | 73 | 0 | 20 | 441 | 75 | 73 |
| Binary | 10111111 | 1011000 | 11010110 | 1011 | 111011 | 0 | 10000 | 100100001 | 111101 | 111011 |
Color Harmonies of #BF58D6
Complementary color
Monochromatic Colors of #BF58D6
Black with #BF58D6
Text Example
Text Example
White with #BF58D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF58D6; }
p { color: rgb(191,88,214); }
H1.HeaderClassName
{
color: #BF58D6;
}
.AnyTagClassName
{
color: #BF58D6;
}
</style>
background-color css
<style>
a { background-color: #BF58D6; }
a { background-color: rgb(191,88,214); }
div.DivClassName
{
background-color: #BF58D6;
}
.BgClassName
{
background-color: #BF58D6;
}
</style>
border-color css
<style>
span { border-color: #BF58D6; }
span { border-color: rgb(191,88,214); }
td.TdClassName
{
border-color: #BF58D6;
}
.TagClassName
{
border-color: #BF58D6;
}
</style>