Shades of Medium Orchid #B76CDD
Tints of Medium Orchid #B76CDD
RGB
CMYK
RGB Variations
Color information
#B76CDD (or 0xB76CDD) is known color: Medium Orchid. HEX triplet: B7, 6C and DD. RGB value is (183,108,221). Sum of RGB (Red+Green+Blue) = 183+108+221=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #B76CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76CDD is #489322. Grayscale: #8E8E8E. Windows color (decimal): -4756259 or 14511287. OLE color: 14511287.
HSL color Cylindrical-coordinate representation of color #B76CDD: hue angle of 279.82º degrees, saturation: 0.62, 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 #B76CDD is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 108 | 221 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.13 |
| HSL | 279.82º | 0.62% | 0.65% | - |
| HSV(B) | 279.82º | 0.51% | 0.87% | - |
| XYZ | 37.94 | 26.01 | 71.43 | - |
| YUV | 143.31 | 171.85 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 108 | 221 | 0.17 | 0.51 | 0 | 0.13 | 279.82 | 0.62 | 0.65 |
| Hex | B7 | 6C | DD | 11 | 33 | 0 | D | 118 | 3E | 41 |
| Octal | 267 | 154 | 335 | 21 | 63 | 0 | 15 | 430 | 76 | 101 |
| Binary | 10110111 | 1101100 | 11011101 | 10001 | 110011 | 0 | 1101 | 100011000 | 111110 | 1000001 |
Color Harmonies of #B76CDD
Complementary color
Monochromatic Colors of #B76CDD
Black with #B76CDD
Text Example
Text Example
White with #B76CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76CDD; }
p { color: rgb(183,108,221); }
H1.HeaderClassName
{
color: #B76CDD;
}
.AnyTagClassName
{
color: #B76CDD;
}
</style>
background-color css
<style>
a { background-color: #B76CDD; }
a { background-color: rgb(183,108,221); }
div.DivClassName
{
background-color: #B76CDD;
}
.BgClassName
{
background-color: #B76CDD;
}
</style>
border-color css
<style>
span { border-color: #B76CDD; }
span { border-color: rgb(183,108,221); }
td.TdClassName
{
border-color: #B76CDD;
}
.TagClassName
{
border-color: #B76CDD;
}
</style>