Shades of Medium Orchid #B976E7
Tints of Medium Orchid #B976E7
RGB
CMYK
RGB Variations
Color information
#B976E7 (or 0xB976E7) is known color: Medium Orchid. HEX triplet: B9, 76 and E7. RGB value is (185,118,231). Sum of RGB (Red+Green+Blue) = 185+118+231=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 118 (46.48% from 255 or 22.10% from 534); Blue value is 231 (90.62% from 255 or 43.26% from 534); Max value from RGB is 231 - color contains mainly: blue. Hex color #B976E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B976E7 is #468918. Grayscale: #969696. Windows color (decimal): -4622617 or 15169209. OLE color: 15169209.
HSL color Cylindrical-coordinate representation of color #B976E7: hue angle of 275.58º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B976E7 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 118 | 231 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.09 |
| HSL | 275.58º | 0.7% | 0.68% | - |
| HSV(B) | 275.58º | 0.49% | 0.91% | - |
| XYZ | 40.91 | 29.04 | 79.05 | - |
| YUV | 150.92 | 173.2 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 118 | 231 | 0.20 | 0.49 | 0 | 0.09 | 275.58 | 0.7 | 0.68 |
| Hex | B9 | 76 | E7 | 14 | 31 | 0 | 9 | 114 | 46 | 44 |
| Octal | 271 | 166 | 347 | 24 | 61 | 0 | 11 | 424 | 106 | 104 |
| Binary | 10111001 | 1110110 | 11100111 | 10100 | 110001 | 0 | 1001 | 100010100 | 1000110 | 1000100 |
Color Harmonies of #B976E7
Complementary color
Monochromatic Colors of #B976E7
Black with #B976E7
Text Example
Text Example
White with #B976E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B976E7; }
p { color: rgb(185,118,231); }
H1.HeaderClassName
{
color: #B976E7;
}
.AnyTagClassName
{
color: #B976E7;
}
</style>
background-color css
<style>
a { background-color: #B976E7; }
a { background-color: rgb(185,118,231); }
div.DivClassName
{
background-color: #B976E7;
}
.BgClassName
{
background-color: #B976E7;
}
</style>
border-color css
<style>
span { border-color: #B976E7; }
span { border-color: rgb(185,118,231); }
td.TdClassName
{
border-color: #B976E7;
}
.TagClassName
{
border-color: #B976E7;
}
</style>