Shades of Medium Orchid #B76FDD
Tints of Medium Orchid #B76FDD
RGB
CMYK
RGB Variations
Color information
#B76FDD (or 0xB76FDD) is known color: Medium Orchid. HEX triplet: B7, 6F and DD. RGB value is (183,111,221). Sum of RGB (Red+Green+Blue) = 183+111+221=515 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.53% from 515); Green value is 111 (43.75% from 255 or 21.55% from 515); Blue value is 221 (86.72% from 255 or 42.91% from 515); Max value from RGB is 221 - color contains mainly: blue. Hex color #B76FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76FDD is #489022. Grayscale: #909090. Windows color (decimal): -4755491 or 14512055. OLE color: 14512055.
HSL color Cylindrical-coordinate representation of color #B76FDD: hue angle of 279.27º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B76FDD is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 111 | 221 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.13 |
| HSL | 279.27º | 0.62% | 0.65% | - |
| HSV(B) | 279.27º | 0.5% | 0.87% | - |
| XYZ | 38.26 | 26.66 | 71.54 | - |
| YUV | 145.07 | 170.85 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 111 | 221 | 0.17 | 0.50 | 0 | 0.13 | 279.27 | 0.62 | 0.65 |
| Hex | B7 | 6F | DD | 11 | 32 | 0 | D | 117 | 3E | 41 |
| Octal | 267 | 157 | 335 | 21 | 62 | 0 | 15 | 427 | 76 | 101 |
| Binary | 10110111 | 1101111 | 11011101 | 10001 | 110010 | 0 | 1101 | 100010111 | 111110 | 1000001 |
Color Harmonies of #B76FDD
Complementary color
Monochromatic Colors of #B76FDD
Black with #B76FDD
Text Example
Text Example
White with #B76FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76FDD; }
p { color: rgb(183,111,221); }
H1.HeaderClassName
{
color: #B76FDD;
}
.AnyTagClassName
{
color: #B76FDD;
}
</style>
background-color css
<style>
a { background-color: #B76FDD; }
a { background-color: rgb(183,111,221); }
div.DivClassName
{
background-color: #B76FDD;
}
.BgClassName
{
background-color: #B76FDD;
}
</style>
border-color css
<style>
span { border-color: #B76FDD; }
span { border-color: rgb(183,111,221); }
td.TdClassName
{
border-color: #B76FDD;
}
.TagClassName
{
border-color: #B76FDD;
}
</style>