Shades of Medium Orchid #B676DD
Tints of Medium Orchid #B676DD
RGB
CMYK
RGB Variations
Color information
#B676DD (or 0xB676DD) is known color: Medium Orchid. HEX triplet: B6, 76 and DD. RGB value is (182,118,221). Sum of RGB (Red+Green+Blue) = 182+118+221=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 118 (46.48% from 255 or 22.65% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #B676DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B676DD is #498922. Grayscale: #949494. Windows color (decimal): -4819235 or 14513846. OLE color: 14513846.
HSL color Cylindrical-coordinate representation of color #B676DD: hue angle of 277.28º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B676DD is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 118 | 221 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.13 |
| HSL | 277.28º | 0.6% | 0.66% | - |
| HSV(B) | 277.28º | 0.47% | 0.87% | - |
| XYZ | 38.82 | 28.12 | 71.79 | - |
| YUV | 148.88 | 168.7 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 118 | 221 | 0.18 | 0.47 | 0 | 0.13 | 277.28 | 0.6 | 0.66 |
| Hex | B6 | 76 | DD | 12 | 2F | 0 | D | 115 | 3C | 42 |
| Octal | 266 | 166 | 335 | 22 | 57 | 0 | 15 | 425 | 74 | 102 |
| Binary | 10110110 | 1110110 | 11011101 | 10010 | 101111 | 0 | 1101 | 100010101 | 111100 | 1000010 |
Color Harmonies of #B676DD
Complementary color
Monochromatic Colors of #B676DD
Black with #B676DD
Text Example
Text Example
White with #B676DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B676DD; }
p { color: rgb(182,118,221); }
H1.HeaderClassName
{
color: #B676DD;
}
.AnyTagClassName
{
color: #B676DD;
}
</style>
background-color css
<style>
a { background-color: #B676DD; }
a { background-color: rgb(182,118,221); }
div.DivClassName
{
background-color: #B676DD;
}
.BgClassName
{
background-color: #B676DD;
}
</style>
border-color css
<style>
span { border-color: #B676DD; }
span { border-color: rgb(182,118,221); }
td.TdClassName
{
border-color: #B676DD;
}
.TagClassName
{
border-color: #B676DD;
}
</style>