Shades of Medium Orchid #B978DE
Tints of Medium Orchid #B978DE
RGB
CMYK
RGB Variations
Color information
#B978DE (or 0xB978DE) is known color: Medium Orchid. HEX triplet: B9, 78 and DE. RGB value is (185,120,222). Sum of RGB (Red+Green+Blue) = 185+120+222=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 120 (47.27% from 255 or 22.77% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #B978DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B978DE is #468721. Grayscale: #969696. Windows color (decimal): -4622114 or 14579897. OLE color: 14579897.
HSL color Cylindrical-coordinate representation of color #B978DE: hue angle of 278.24º 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 #B978DE is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 120 | 222 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.13 |
| HSL | 278.24º | 0.61% | 0.67% | - |
| HSV(B) | 278.24º | 0.46% | 0.87% | - |
| XYZ | 39.91 | 29.02 | 72.61 | - |
| YUV | 151.06 | 168.03 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 120 | 222 | 0.17 | 0.46 | 0 | 0.13 | 278.24 | 0.61 | 0.67 |
| Hex | B9 | 78 | DE | 11 | 2E | 0 | D | 116 | 3D | 43 |
| Octal | 271 | 170 | 336 | 21 | 56 | 0 | 15 | 426 | 75 | 103 |
| Binary | 10111001 | 1111000 | 11011110 | 10001 | 101110 | 0 | 1101 | 100010110 | 111101 | 1000011 |
Color Harmonies of #B978DE
Complementary color
Monochromatic Colors of #B978DE
Black with #B978DE
Text Example
Text Example
White with #B978DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B978DE; }
p { color: rgb(185,120,222); }
H1.HeaderClassName
{
color: #B978DE;
}
.AnyTagClassName
{
color: #B978DE;
}
</style>
background-color css
<style>
a { background-color: #B978DE; }
a { background-color: rgb(185,120,222); }
div.DivClassName
{
background-color: #B978DE;
}
.BgClassName
{
background-color: #B978DE;
}
</style>
border-color css
<style>
span { border-color: #B978DE; }
span { border-color: rgb(185,120,222); }
td.TdClassName
{
border-color: #B978DE;
}
.TagClassName
{
border-color: #B978DE;
}
</style>