Shades of Medium Orchid #B976DD
Tints of Medium Orchid #B976DD
RGB
CMYK
RGB Variations
Color information
#B976DD (or 0xB976DD) is known color: Medium Orchid. HEX triplet: B9, 76 and DD. RGB value is (185,118,221). Sum of RGB (Red+Green+Blue) = 185+118+221=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 118 (46.48% from 255 or 22.52% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #B976DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B976DD is #468922. Grayscale: #959595. Windows color (decimal): -4622627 or 14513849. OLE color: 14513849.
HSL color Cylindrical-coordinate representation of color #B976DD: hue angle of 279.03º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B976DD is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 118 | 221 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.13 |
| HSL | 279.03º | 0.6% | 0.66% | - |
| HSV(B) | 279.03º | 0.47% | 0.87% | - |
| XYZ | 39.54 | 28.49 | 71.82 | - |
| YUV | 149.78 | 168.2 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 118 | 221 | 0.16 | 0.47 | 0 | 0.13 | 279.03 | 0.6 | 0.66 |
| Hex | B9 | 76 | DD | 10 | 2F | 0 | D | 117 | 3C | 42 |
| Octal | 271 | 166 | 335 | 20 | 57 | 0 | 15 | 427 | 74 | 102 |
| Binary | 10111001 | 1110110 | 11011101 | 10000 | 101111 | 0 | 1101 | 100010111 | 111100 | 1000010 |
Color Harmonies of #B976DD
Complementary color
Monochromatic Colors of #B976DD
Black with #B976DD
Text Example
Text Example
White with #B976DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B976DD; }
p { color: rgb(185,118,221); }
H1.HeaderClassName
{
color: #B976DD;
}
.AnyTagClassName
{
color: #B976DD;
}
</style>
background-color css
<style>
a { background-color: #B976DD; }
a { background-color: rgb(185,118,221); }
div.DivClassName
{
background-color: #B976DD;
}
.BgClassName
{
background-color: #B976DD;
}
</style>
border-color css
<style>
span { border-color: #B976DD; }
span { border-color: rgb(185,118,221); }
td.TdClassName
{
border-color: #B976DD;
}
.TagClassName
{
border-color: #B976DD;
}
</style>