Shades of Medium Orchid #B76DD6
Tints of Medium Orchid #B76DD6
RGB
CMYK
RGB Variations
Color information
#B76DD6 (or 0xB76DD6) is known color: Medium Orchid. HEX triplet: B7, 6D and D6. RGB value is (183,109,214). Sum of RGB (Red+Green+Blue) = 183+109+214=506 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.17% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 214 (83.98% from 255 or 42.29% from 506); Max value from RGB is 214 - color contains mainly: blue. Hex color #B76DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76DD6 is #489229. Grayscale: #8E8E8E. Windows color (decimal): -4756010 or 14052791. OLE color: 14052791.
HSL color Cylindrical-coordinate representation of color #B76DD6: hue angle of 282.29º degrees, saturation: 0.56, 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 #B76DD6 is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 109 | 214 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.16 |
| HSL | 282.29º | 0.56% | 0.63% | - |
| HSV(B) | 282.29º | 0.49% | 0.84% | - |
| XYZ | 37.13 | 25.86 | 66.65 | - |
| YUV | 143.1 | 168.02 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 109 | 214 | 0.14 | 0.49 | 0 | 0.16 | 282.29 | 0.56 | 0.63 |
| Hex | B7 | 6D | D6 | E | 31 | 0 | 10 | 11A | 38 | 3F |
| Octal | 267 | 155 | 326 | 16 | 61 | 0 | 20 | 432 | 70 | 77 |
| Binary | 10110111 | 1101101 | 11010110 | 1110 | 110001 | 0 | 10000 | 100011010 | 111000 | 111111 |
Color Harmonies of #B76DD6
Complementary color
Monochromatic Colors of #B76DD6
Black with #B76DD6
Text Example
Text Example
White with #B76DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B76DD6; }
p { color: rgb(183,109,214); }
H1.HeaderClassName
{
color: #B76DD6;
}
.AnyTagClassName
{
color: #B76DD6;
}
</style>
background-color css
<style>
a { background-color: #B76DD6; }
a { background-color: rgb(183,109,214); }
div.DivClassName
{
background-color: #B76DD6;
}
.BgClassName
{
background-color: #B76DD6;
}
</style>
border-color css
<style>
span { border-color: #B76DD6; }
span { border-color: rgb(183,109,214); }
td.TdClassName
{
border-color: #B76DD6;
}
.TagClassName
{
border-color: #B76DD6;
}
</style>