Shades of Medium Orchid #B979E1
Tints of Medium Orchid #B979E1
RGB
CMYK
RGB Variations
Color information
#B979E1 (or 0xB979E1) is known color: Medium Orchid. HEX triplet: B9, 79 and E1. RGB value is (185,121,225). Sum of RGB (Red+Green+Blue) = 185+121+225=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 121 (47.66% from 255 or 22.79% from 531); Blue value is 225 (88.28% from 255 or 42.37% from 531); Max value from RGB is 225 - color contains mainly: blue. Hex color #B979E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B979E1 is #46861E. Grayscale: #979797. Windows color (decimal): -4621855 or 14776761. OLE color: 14776761.
HSL color Cylindrical-coordinate representation of color #B979E1: hue angle of 276.92º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B979E1 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 121 | 225 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.12 |
| HSL | 276.92º | 0.63% | 0.68% | - |
| HSV(B) | 276.92º | 0.46% | 0.88% | - |
| XYZ | 40.44 | 29.43 | 74.78 | - |
| YUV | 151.99 | 169.2 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 121 | 225 | 0.18 | 0.46 | 0 | 0.12 | 276.92 | 0.63 | 0.68 |
| Hex | B9 | 79 | E1 | 12 | 2E | 0 | C | 115 | 3F | 44 |
| Octal | 271 | 171 | 341 | 22 | 56 | 0 | 14 | 425 | 77 | 104 |
| Binary | 10111001 | 1111001 | 11100001 | 10010 | 101110 | 0 | 1100 | 100010101 | 111111 | 1000100 |
Color Harmonies of #B979E1
Complementary color
Monochromatic Colors of #B979E1
Black with #B979E1
Text Example
Text Example
White with #B979E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B979E1; }
p { color: rgb(185,121,225); }
H1.HeaderClassName
{
color: #B979E1;
}
.AnyTagClassName
{
color: #B979E1;
}
</style>
background-color css
<style>
a { background-color: #B979E1; }
a { background-color: rgb(185,121,225); }
div.DivClassName
{
background-color: #B979E1;
}
.BgClassName
{
background-color: #B979E1;
}
</style>
border-color css
<style>
span { border-color: #B979E1; }
span { border-color: rgb(185,121,225); }
td.TdClassName
{
border-color: #B979E1;
}
.TagClassName
{
border-color: #B979E1;
}
</style>