Shades of Medium Orchid #B76DCF
Tints of Medium Orchid #B76DCF
RGB
CMYK
RGB Variations
Color information
#B76DCF (or 0xB76DCF) is known color: Medium Orchid. HEX triplet: B7, 6D and CF. RGB value is (183,109,207). Sum of RGB (Red+Green+Blue) = 183+109+207=499 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.67% from 499); Green value is 109 (42.97% from 255 or 21.84% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #B76DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76DCF is #489230. Grayscale: #8D8D8D. Windows color (decimal): -4756017 or 13594039. OLE color: 13594039.
HSL color Cylindrical-coordinate representation of color #B76DCF: hue angle of 285.31º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B76DCF is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 109 | 207 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.19 |
| HSL | 285.31º | 0.51% | 0.62% | - |
| HSV(B) | 285.31º | 0.47% | 0.81% | - |
| XYZ | 36.26 | 25.51 | 62.04 | - |
| YUV | 142.3 | 164.52 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 207 | 0.12 | 0.47 | 0 | 0.19 | 285.31 | 0.51 | 0.62 |
| Hex | B7 | 6D | CF | C | 2F | 0 | 13 | 11D | 33 | 3E |
| Octal | 267 | 155 | 317 | 14 | 57 | 0 | 23 | 435 | 63 | 76 |
| Binary | 10110111 | 1101101 | 11001111 | 1100 | 101111 | 0 | 10011 | 100011101 | 110011 | 111110 |
Color Harmonies of #B76DCF
Complementary color
Monochromatic Colors of #B76DCF
Black with #B76DCF
Text Example
Text Example
White with #B76DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76DCF; }
p { color: rgb(183,109,207); }
H1.HeaderClassName
{
color: #B76DCF;
}
.AnyTagClassName
{
color: #B76DCF;
}
</style>
background-color css
<style>
a { background-color: #B76DCF; }
a { background-color: rgb(183,109,207); }
div.DivClassName
{
background-color: #B76DCF;
}
.BgClassName
{
background-color: #B76DCF;
}
</style>
border-color css
<style>
span { border-color: #B76DCF; }
span { border-color: rgb(183,109,207); }
td.TdClassName
{
border-color: #B76DCF;
}
.TagClassName
{
border-color: #B76DCF;
}
</style>