Shades of Medium Orchid #B978D6
Tints of Medium Orchid #B978D6
RGB
CMYK
RGB Variations
Color information
#B978D6 (or 0xB978D6) is known color: Medium Orchid. HEX triplet: B9, 78 and D6. RGB value is (185,120,214). Sum of RGB (Red+Green+Blue) = 185+120+214=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 120 (47.27% from 255 or 23.12% from 519); Blue value is 214 (83.98% from 255 or 41.23% from 519); Max value from RGB is 214 - color contains mainly: blue. Hex color #B978D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B978D6 is #468729. Grayscale: #959595. Windows color (decimal): -4622122 or 14055609. OLE color: 14055609.
HSL color Cylindrical-coordinate representation of color #B978D6: hue angle of 281.49º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B978D6 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 120 | 214 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.16 |
| HSL | 281.49º | 0.53% | 0.65% | - |
| HSV(B) | 281.49º | 0.44% | 0.84% | - |
| XYZ | 38.86 | 28.6 | 67.09 | - |
| YUV | 150.15 | 164.03 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 120 | 214 | 0.14 | 0.44 | 0 | 0.16 | 281.49 | 0.53 | 0.65 |
| Hex | B9 | 78 | D6 | E | 2C | 0 | 10 | 119 | 35 | 41 |
| Octal | 271 | 170 | 326 | 16 | 54 | 0 | 20 | 431 | 65 | 101 |
| Binary | 10111001 | 1111000 | 11010110 | 1110 | 101100 | 0 | 10000 | 100011001 | 110101 | 1000001 |
Color Harmonies of #B978D6
Complementary color
Monochromatic Colors of #B978D6
Black with #B978D6
Text Example
Text Example
White with #B978D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B978D6; }
p { color: rgb(185,120,214); }
H1.HeaderClassName
{
color: #B978D6;
}
.AnyTagClassName
{
color: #B978D6;
}
</style>
background-color css
<style>
a { background-color: #B978D6; }
a { background-color: rgb(185,120,214); }
div.DivClassName
{
background-color: #B978D6;
}
.BgClassName
{
background-color: #B978D6;
}
</style>
border-color css
<style>
span { border-color: #B978D6; }
span { border-color: rgb(185,120,214); }
td.TdClassName
{
border-color: #B978D6;
}
.TagClassName
{
border-color: #B978D6;
}
</style>