Shades of Medium Orchid #B76FD3
Tints of Medium Orchid #B76FD3
RGB
CMYK
RGB Variations
Color information
#B76FD3 (or 0xB76FD3) is known color: Medium Orchid. HEX triplet: B7, 6F and D3. RGB value is (183,111,211). Sum of RGB (Red+Green+Blue) = 183+111+211=505 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.24% from 505); Green value is 111 (43.75% from 255 or 21.98% from 505); Blue value is 211 (82.81% from 255 or 41.78% from 505); Max value from RGB is 211 - color contains mainly: blue. Hex color #B76FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76FD3 is #48902C. Grayscale: #8F8F8F. Windows color (decimal): -4755501 or 13856695. OLE color: 13856695.
HSL color Cylindrical-coordinate representation of color #B76FD3: hue angle of 283.2º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B76FD3 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 111 | 211 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.17 |
| HSL | 283.2º | 0.53% | 0.63% | - |
| HSV(B) | 283.2º | 0.47% | 0.83% | - |
| XYZ | 36.97 | 26.14 | 64.72 | - |
| YUV | 143.93 | 165.85 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 111 | 211 | 0.13 | 0.47 | 0 | 0.17 | 283.2 | 0.53 | 0.63 |
| Hex | B7 | 6F | D3 | D | 2F | 0 | 11 | 11B | 35 | 3F |
| Octal | 267 | 157 | 323 | 15 | 57 | 0 | 21 | 433 | 65 | 77 |
| Binary | 10110111 | 1101111 | 11010011 | 1101 | 101111 | 0 | 10001 | 100011011 | 110101 | 111111 |
Color Harmonies of #B76FD3
Complementary color
Monochromatic Colors of #B76FD3
Black with #B76FD3
Text Example
Text Example
White with #B76FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76FD3; }
p { color: rgb(183,111,211); }
H1.HeaderClassName
{
color: #B76FD3;
}
.AnyTagClassName
{
color: #B76FD3;
}
</style>
background-color css
<style>
a { background-color: #B76FD3; }
a { background-color: rgb(183,111,211); }
div.DivClassName
{
background-color: #B76FD3;
}
.BgClassName
{
background-color: #B76FD3;
}
</style>
border-color css
<style>
span { border-color: #B76FD3; }
span { border-color: rgb(183,111,211); }
td.TdClassName
{
border-color: #B76FD3;
}
.TagClassName
{
border-color: #B76FD3;
}
</style>