Shades of Medium Orchid #B979DF
Tints of Medium Orchid #B979DF
RGB
CMYK
RGB Variations
Color information
#B979DF (or 0xB979DF) is known color: Medium Orchid. HEX triplet: B9, 79 and DF. RGB value is (185,121,223). Sum of RGB (Red+Green+Blue) = 185+121+223=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 121 (47.66% from 255 or 22.87% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #B979DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B979DF is #468620. Grayscale: #979797. Windows color (decimal): -4621857 or 14645689. OLE color: 14645689.
HSL color Cylindrical-coordinate representation of color #B979DF: hue angle of 277.65º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B979DF is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 121 | 223 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.13 |
| HSL | 277.65º | 0.61% | 0.67% | - |
| HSV(B) | 277.65º | 0.46% | 0.87% | - |
| XYZ | 40.16 | 29.32 | 73.35 | - |
| YUV | 151.76 | 168.2 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 121 | 223 | 0.17 | 0.46 | 0 | 0.13 | 277.65 | 0.61 | 0.67 |
| Hex | B9 | 79 | DF | 11 | 2E | 0 | D | 116 | 3D | 43 |
| Octal | 271 | 171 | 337 | 21 | 56 | 0 | 15 | 426 | 75 | 103 |
| Binary | 10111001 | 1111001 | 11011111 | 10001 | 101110 | 0 | 1101 | 100010110 | 111101 | 1000011 |
Color Harmonies of #B979DF
Complementary color
Monochromatic Colors of #B979DF
Black with #B979DF
Text Example
Text Example
White with #B979DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B979DF; }
p { color: rgb(185,121,223); }
H1.HeaderClassName
{
color: #B979DF;
}
.AnyTagClassName
{
color: #B979DF;
}
</style>
background-color css
<style>
a { background-color: #B979DF; }
a { background-color: rgb(185,121,223); }
div.DivClassName
{
background-color: #B979DF;
}
.BgClassName
{
background-color: #B979DF;
}
</style>
border-color css
<style>
span { border-color: #B979DF; }
span { border-color: rgb(185,121,223); }
td.TdClassName
{
border-color: #B979DF;
}
.TagClassName
{
border-color: #B979DF;
}
</style>