Shades of Medium Orchid #B676D4
Tints of Medium Orchid #B676D4
RGB
CMYK
RGB Variations
Color information
#B676D4 (or 0xB676D4) is known color: Medium Orchid. HEX triplet: B6, 76 and D4. RGB value is (182,118,212). Sum of RGB (Red+Green+Blue) = 182+118+212=512 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.55% from 512); Green value is 118 (46.48% from 255 or 23.05% from 512); Blue value is 212 (83.20% from 255 or 41.41% from 512); Max value from RGB is 212 - color contains mainly: blue. Hex color #B676D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B676D4 is #49892B. Grayscale: #939393. Windows color (decimal): -4819244 or 13924022. OLE color: 13924022.
HSL color Cylindrical-coordinate representation of color #B676D4: hue angle of 280.85º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B676D4 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 182 | 118 | 212 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.17 |
| HSL | 280.85º | 0.52% | 0.65% | - |
| HSV(B) | 280.85º | 0.44% | 0.83% | - |
| XYZ | 37.65 | 27.66 | 65.64 | - |
| YUV | 147.85 | 164.2 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 118 | 212 | 0.14 | 0.44 | 0 | 0.17 | 280.85 | 0.52 | 0.65 |
| Hex | B6 | 76 | D4 | E | 2C | 0 | 11 | 119 | 34 | 41 |
| Octal | 266 | 166 | 324 | 16 | 54 | 0 | 21 | 431 | 64 | 101 |
| Binary | 10110110 | 1110110 | 11010100 | 1110 | 101100 | 0 | 10001 | 100011001 | 110100 | 1000001 |
Color Harmonies of #B676D4
Complementary color
Monochromatic Colors of #B676D4
Black with #B676D4
Text Example
Text Example
White with #B676D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B676D4; }
p { color: rgb(182,118,212); }
H1.HeaderClassName
{
color: #B676D4;
}
.AnyTagClassName
{
color: #B676D4;
}
</style>
background-color css
<style>
a { background-color: #B676D4; }
a { background-color: rgb(182,118,212); }
div.DivClassName
{
background-color: #B676D4;
}
.BgClassName
{
background-color: #B676D4;
}
</style>
border-color css
<style>
span { border-color: #B676D4; }
span { border-color: rgb(182,118,212); }
td.TdClassName
{
border-color: #B676D4;
}
.TagClassName
{
border-color: #B676D4;
}
</style>