Shades of Medium Orchid #B76DCD
Tints of Medium Orchid #B76DCD
RGB
CMYK
RGB Variations
Color information
#B76DCD (or 0xB76DCD) is known color: Medium Orchid. HEX triplet: B7, 6D and CD. RGB value is (183,109,205). Sum of RGB (Red+Green+Blue) = 183+109+205=497 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.82% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #B76DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76DCD is #489232. Grayscale: #8D8D8D. Windows color (decimal): -4756019 or 13462967. OLE color: 13462967.
HSL color Cylindrical-coordinate representation of color #B76DCD: hue angle of 286.25º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B76DCD is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 109 | 205 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.20 |
| HSL | 286.25º | 0.49% | 0.62% | - |
| HSV(B) | 286.25º | 0.47% | 0.8% | - |
| XYZ | 36.02 | 25.41 | 60.76 | - |
| YUV | 142.07 | 163.52 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 205 | 0.11 | 0.47 | 0 | 0.20 | 286.25 | 0.49 | 0.62 |
| Hex | B7 | 6D | CD | B | 2F | 0 | 14 | 11E | 31 | 3E |
| Octal | 267 | 155 | 315 | 13 | 57 | 0 | 24 | 436 | 61 | 76 |
| Binary | 10110111 | 1101101 | 11001101 | 1011 | 101111 | 0 | 10100 | 100011110 | 110001 | 111110 |
Color Harmonies of #B76DCD
Complementary color
Monochromatic Colors of #B76DCD
Black with #B76DCD
Text Example
Text Example
White with #B76DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76DCD; }
p { color: rgb(183,109,205); }
H1.HeaderClassName
{
color: #B76DCD;
}
.AnyTagClassName
{
color: #B76DCD;
}
</style>
background-color css
<style>
a { background-color: #B76DCD; }
a { background-color: rgb(183,109,205); }
div.DivClassName
{
background-color: #B76DCD;
}
.BgClassName
{
background-color: #B76DCD;
}
</style>
border-color css
<style>
span { border-color: #B76DCD; }
span { border-color: rgb(183,109,205); }
td.TdClassName
{
border-color: #B76DCD;
}
.TagClassName
{
border-color: #B76DCD;
}
</style>