Shades of Medium Orchid #B76DCC
Tints of Medium Orchid #B76DCC
RGB
CMYK
RGB Variations
Color information
#B76DCC (or 0xB76DCC) is known color: Medium Orchid. HEX triplet: B7, 6D and CC. RGB value is (183,109,204). Sum of RGB (Red+Green+Blue) = 183+109+204=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 109 (42.97% from 255 or 21.98% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #B76DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76DCC is #489233. Grayscale: #8D8D8D. Windows color (decimal): -4756020 or 13397431. OLE color: 13397431.
HSL color Cylindrical-coordinate representation of color #B76DCC: hue angle of 286.74º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B76DCC is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 183 | 109 | 204 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.2 |
| HSL | 286.74º | 0.48% | 0.61% | - |
| HSV(B) | 286.74º | 0.47% | 0.8% | - |
| XYZ | 35.9 | 25.36 | 60.13 | - |
| YUV | 141.96 | 163.02 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 204 | 0.10 | 0.47 | 0 | 0.2 | 286.74 | 0.48 | 0.61 |
| Hex | B7 | 6D | CC | A | 2F | 0 | 14 | 11F | 30 | 3D |
| Octal | 267 | 155 | 314 | 12 | 57 | 0 | 24 | 437 | 60 | 75 |
| Binary | 10110111 | 1101101 | 11001100 | 1010 | 101111 | 0 | 10100 | 100011111 | 110000 | 111101 |
Color Harmonies of #B76DCC
Complementary color
Monochromatic Colors of #B76DCC
Black with #B76DCC
Text Example
Text Example
White with #B76DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76DCC; }
p { color: rgb(183,109,204); }
H1.HeaderClassName
{
color: #B76DCC;
}
.AnyTagClassName
{
color: #B76DCC;
}
</style>
background-color css
<style>
a { background-color: #B76DCC; }
a { background-color: rgb(183,109,204); }
div.DivClassName
{
background-color: #B76DCC;
}
.BgClassName
{
background-color: #B76DCC;
}
</style>
border-color css
<style>
span { border-color: #B76DCC; }
span { border-color: rgb(183,109,204); }
td.TdClassName
{
border-color: #B76DCC;
}
.TagClassName
{
border-color: #B76DCC;
}
</style>