Shades of Medium Orchid #B76DD5
Tints of Medium Orchid #B76DD5
RGB
CMYK
RGB Variations
Color information
#B76DD5 (or 0xB76DD5) is known color: Medium Orchid. HEX triplet: B7, 6D and D5. RGB value is (183,109,213). Sum of RGB (Red+Green+Blue) = 183+109+213=505 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.24% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 213 (83.59% from 255 or 42.18% from 505); Max value from RGB is 213 - color contains mainly: blue. Hex color #B76DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76DD5 is #48922A. Grayscale: #8E8E8E. Windows color (decimal): -4756011 or 13987255. OLE color: 13987255.
HSL color Cylindrical-coordinate representation of color #B76DD5: hue angle of 282.69º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B76DD5 is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 109 | 213 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.16 |
| HSL | 282.69º | 0.55% | 0.63% | - |
| HSV(B) | 282.69º | 0.49% | 0.84% | - |
| XYZ | 37.01 | 25.81 | 65.98 | - |
| YUV | 142.98 | 167.52 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 213 | 0.14 | 0.49 | 0 | 0.16 | 282.69 | 0.55 | 0.63 |
| Hex | B7 | 6D | D5 | E | 31 | 0 | 10 | 11B | 37 | 3F |
| Octal | 267 | 155 | 325 | 16 | 61 | 0 | 20 | 433 | 67 | 77 |
| Binary | 10110111 | 1101101 | 11010101 | 1110 | 110001 | 0 | 10000 | 100011011 | 110111 | 111111 |
Color Harmonies of #B76DD5
Complementary color
Monochromatic Colors of #B76DD5
Black with #B76DD5
Text Example
Text Example
White with #B76DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76DD5; }
p { color: rgb(183,109,213); }
H1.HeaderClassName
{
color: #B76DD5;
}
.AnyTagClassName
{
color: #B76DD5;
}
</style>
background-color css
<style>
a { background-color: #B76DD5; }
a { background-color: rgb(183,109,213); }
div.DivClassName
{
background-color: #B76DD5;
}
.BgClassName
{
background-color: #B76DD5;
}
</style>
border-color css
<style>
span { border-color: #B76DD5; }
span { border-color: rgb(183,109,213); }
td.TdClassName
{
border-color: #B76DD5;
}
.TagClassName
{
border-color: #B76DD5;
}
</style>