Shades of Medium Orchid #B76CDF
Tints of Medium Orchid #B76CDF
RGB
CMYK
RGB Variations
Color information
#B76CDF (or 0xB76CDF) is known color: Medium Orchid. HEX triplet: B7, 6C and DF. RGB value is (183,108,223). Sum of RGB (Red+Green+Blue) = 183+108+223=514 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.60% from 514); Green value is 108 (42.58% from 255 or 21.01% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #B76CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76CDF is #489320. Grayscale: #8F8F8F. Windows color (decimal): -4756257 or 14642359. OLE color: 14642359.
HSL color Cylindrical-coordinate representation of color #B76CDF: hue angle of 279.13º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B76CDF is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 108 | 223 | - |
| CMYK | 0.18 | 0.52 | 0 | 0.13 |
| HSL | 279.13º | 0.64% | 0.65% | - |
| HSV(B) | 279.13º | 0.52% | 0.87% | - |
| XYZ | 38.21 | 26.12 | 72.84 | - |
| YUV | 143.54 | 172.85 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 223 | 0.18 | 0.52 | 0 | 0.13 | 279.13 | 0.64 | 0.65 |
| Hex | B7 | 6C | DF | 12 | 34 | 0 | D | 117 | 40 | 41 |
| Octal | 267 | 154 | 337 | 22 | 64 | 0 | 15 | 427 | 100 | 101 |
| Binary | 10110111 | 1101100 | 11011111 | 10010 | 110100 | 0 | 1101 | 100010111 | 1000000 | 1000001 |
Color Harmonies of #B76CDF
Complementary color
Monochromatic Colors of #B76CDF
Black with #B76CDF
Text Example
Text Example
White with #B76CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76CDF; }
p { color: rgb(183,108,223); }
H1.HeaderClassName
{
color: #B76CDF;
}
.AnyTagClassName
{
color: #B76CDF;
}
</style>
background-color css
<style>
a { background-color: #B76CDF; }
a { background-color: rgb(183,108,223); }
div.DivClassName
{
background-color: #B76CDF;
}
.BgClassName
{
background-color: #B76CDF;
}
</style>
border-color css
<style>
span { border-color: #B76CDF; }
span { border-color: rgb(183,108,223); }
td.TdClassName
{
border-color: #B76CDF;
}
.TagClassName
{
border-color: #B76CDF;
}
</style>