Shades of Medium Orchid #B76BC9
Tints of Medium Orchid #B76BC9
RGB
CMYK
RGB Variations
Color information
#B76BC9 (or 0xB76BC9) is known color: Medium Orchid. HEX triplet: B7, 6B and C9. RGB value is (183,107,201). Sum of RGB (Red+Green+Blue) = 183+107+201=491 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.27% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 201 - color contains mainly: blue. Hex color #B76BC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76BC9 is #489436. Grayscale: #8C8C8C. Windows color (decimal): -4756535 or 13200311. OLE color: 13200311.
HSL color Cylindrical-coordinate representation of color #B76BC9: hue angle of 288.51º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B76BC9 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 183 | 107 | 201 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.21 |
| HSL | 288.51º | 0.47% | 0.6% | - |
| HSV(B) | 288.51º | 0.47% | 0.79% | - |
| XYZ | 35.33 | 24.8 | 58.18 | - |
| YUV | 140.44 | 162.18 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 107 | 201 | 0.09 | 0.47 | 0 | 0.21 | 288.51 | 0.47 | 0.6 |
| Hex | B7 | 6B | C9 | 9 | 2F | 0 | 15 | 121 | 2F | 3C |
| Octal | 267 | 153 | 311 | 11 | 57 | 0 | 25 | 441 | 57 | 74 |
| Binary | 10110111 | 1101011 | 11001001 | 1001 | 101111 | 0 | 10101 | 100100001 | 101111 | 111100 |
Color Harmonies of #B76BC9
Complementary color
Monochromatic Colors of #B76BC9
Black with #B76BC9
Text Example
Text Example
White with #B76BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76BC9; }
p { color: rgb(183,107,201); }
H1.HeaderClassName
{
color: #B76BC9;
}
.AnyTagClassName
{
color: #B76BC9;
}
</style>
background-color css
<style>
a { background-color: #B76BC9; }
a { background-color: rgb(183,107,201); }
div.DivClassName
{
background-color: #B76BC9;
}
.BgClassName
{
background-color: #B76BC9;
}
</style>
border-color css
<style>
span { border-color: #B76BC9; }
span { border-color: rgb(183,107,201); }
td.TdClassName
{
border-color: #B76BC9;
}
.TagClassName
{
border-color: #B76BC9;
}
</style>