Shades of Medium Orchid #B976D8
Tints of Medium Orchid #B976D8
RGB
CMYK
RGB Variations
Color information
#B976D8 (or 0xB976D8) is known color: Medium Orchid. HEX triplet: B9, 76 and D8. RGB value is (185,118,216). Sum of RGB (Red+Green+Blue) = 185+118+216=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 118 (46.48% from 255 or 22.74% from 519); Blue value is 216 (84.77% from 255 or 41.62% from 519); Max value from RGB is 216 - color contains mainly: blue. Hex color #B976D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B976D8 is #468927. Grayscale: #949494. Windows color (decimal): -4622632 or 14186169. OLE color: 14186169.
HSL color Cylindrical-coordinate representation of color #B976D8: hue angle of 281.02º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B976D8 is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 118 | 216 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.15 |
| HSL | 281.02º | 0.56% | 0.65% | - |
| HSV(B) | 281.02º | 0.45% | 0.85% | - |
| XYZ | 38.88 | 28.23 | 68.37 | - |
| YUV | 149.21 | 165.7 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 118 | 216 | 0.14 | 0.45 | 0 | 0.15 | 281.02 | 0.56 | 0.65 |
| Hex | B9 | 76 | D8 | E | 2D | 0 | F | 119 | 38 | 41 |
| Octal | 271 | 166 | 330 | 16 | 55 | 0 | 17 | 431 | 70 | 101 |
| Binary | 10111001 | 1110110 | 11011000 | 1110 | 101101 | 0 | 1111 | 100011001 | 111000 | 1000001 |
Color Harmonies of #B976D8
Complementary color
Monochromatic Colors of #B976D8
Black with #B976D8
Text Example
Text Example
White with #B976D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B976D8; }
p { color: rgb(185,118,216); }
H1.HeaderClassName
{
color: #B976D8;
}
.AnyTagClassName
{
color: #B976D8;
}
</style>
background-color css
<style>
a { background-color: #B976D8; }
a { background-color: rgb(185,118,216); }
div.DivClassName
{
background-color: #B976D8;
}
.BgClassName
{
background-color: #B976D8;
}
</style>
border-color css
<style>
span { border-color: #B976D8; }
span { border-color: rgb(185,118,216); }
td.TdClassName
{
border-color: #B976D8;
}
.TagClassName
{
border-color: #B976D8;
}
</style>