Shades of Medium Orchid #B978DA
Tints of Medium Orchid #B978DA
RGB
CMYK
RGB Variations
Color information
#B978DA (or 0xB978DA) is known color: Medium Orchid. HEX triplet: B9, 78 and DA. RGB value is (185,120,218). Sum of RGB (Red+Green+Blue) = 185+120+218=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 120 (47.27% from 255 or 22.94% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #B978DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B978DA is #468725. Grayscale: #969696. Windows color (decimal): -4622118 or 14317753. OLE color: 14317753.
HSL color Cylindrical-coordinate representation of color #B978DA: hue angle of 279.8º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B978DA is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 120 | 218 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.15 |
| HSL | 279.8º | 0.57% | 0.66% | - |
| HSV(B) | 279.8º | 0.45% | 0.85% | - |
| XYZ | 39.38 | 28.81 | 69.81 | - |
| YUV | 150.61 | 166.03 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 120 | 218 | 0.15 | 0.45 | 0 | 0.15 | 279.8 | 0.57 | 0.66 |
| Hex | B9 | 78 | DA | F | 2D | 0 | F | 118 | 39 | 42 |
| Octal | 271 | 170 | 332 | 17 | 55 | 0 | 17 | 430 | 71 | 102 |
| Binary | 10111001 | 1111000 | 11011010 | 1111 | 101101 | 0 | 1111 | 100011000 | 111001 | 1000010 |
Color Harmonies of #B978DA
Complementary color
Monochromatic Colors of #B978DA
Black with #B978DA
Text Example
Text Example
White with #B978DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B978DA; }
p { color: rgb(185,120,218); }
H1.HeaderClassName
{
color: #B978DA;
}
.AnyTagClassName
{
color: #B978DA;
}
</style>
background-color css
<style>
a { background-color: #B978DA; }
a { background-color: rgb(185,120,218); }
div.DivClassName
{
background-color: #B978DA;
}
.BgClassName
{
background-color: #B978DA;
}
</style>
border-color css
<style>
span { border-color: #B978DA; }
span { border-color: rgb(185,120,218); }
td.TdClassName
{
border-color: #B978DA;
}
.TagClassName
{
border-color: #B978DA;
}
</style>