Shades of Medium Orchid #B76DDF
Tints of Medium Orchid #B76DDF
RGB
CMYK
RGB Variations
Color information
#B76DDF (or 0xB76DDF) is known color: Medium Orchid. HEX triplet: B7, 6D and DF. RGB value is (183,109,223). Sum of RGB (Red+Green+Blue) = 183+109+223=515 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.53% from 515); Green value is 109 (42.97% from 255 or 21.17% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #B76DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76DDF is #489220. Grayscale: #8F8F8F. Windows color (decimal): -4756001 or 14642615. OLE color: 14642615.
HSL color Cylindrical-coordinate representation of color #B76DDF: hue angle of 278.95º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B76DDF is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 109 | 223 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.13 |
| HSL | 278.95º | 0.64% | 0.65% | - |
| HSV(B) | 278.95º | 0.51% | 0.87% | - |
| XYZ | 38.32 | 26.33 | 72.88 | - |
| YUV | 144.12 | 172.52 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 223 | 0.18 | 0.51 | 0 | 0.13 | 278.95 | 0.64 | 0.65 |
| Hex | B7 | 6D | DF | 12 | 33 | 0 | D | 117 | 40 | 41 |
| Octal | 267 | 155 | 337 | 22 | 63 | 0 | 15 | 427 | 100 | 101 |
| Binary | 10110111 | 1101101 | 11011111 | 10010 | 110011 | 0 | 1101 | 100010111 | 1000000 | 1000001 |
Color Harmonies of #B76DDF
Complementary color
Monochromatic Colors of #B76DDF
Black with #B76DDF
Text Example
Text Example
White with #B76DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76DDF; }
p { color: rgb(183,109,223); }
H1.HeaderClassName
{
color: #B76DDF;
}
.AnyTagClassName
{
color: #B76DDF;
}
</style>
background-color css
<style>
a { background-color: #B76DDF; }
a { background-color: rgb(183,109,223); }
div.DivClassName
{
background-color: #B76DDF;
}
.BgClassName
{
background-color: #B76DDF;
}
</style>
border-color css
<style>
span { border-color: #B76DDF; }
span { border-color: rgb(183,109,223); }
td.TdClassName
{
border-color: #B76DDF;
}
.TagClassName
{
border-color: #B76DDF;
}
</style>