Shades of Medium Purple #B676EE
Tints of Medium Purple #B676EE
RGB
CMYK
RGB Variations
Color information
#B676EE (or 0xB676EE) is known color: Medium Purple. HEX triplet: B6, 76 and EE. RGB value is (182,118,238). Sum of RGB (Red+Green+Blue) = 182+118+238=538 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.83% from 538); Green value is 118 (46.48% from 255 or 21.93% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #B676EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B676EE is #498911. Grayscale: #969696. Windows color (decimal): -4819218 or 15627958. OLE color: 15627958.
HSL color Cylindrical-coordinate representation of color #B676EE: hue angle of 272º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B676EE is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 118 | 238 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.07 |
| HSL | 272º | 0.78% | 0.7% | - |
| HSV(B) | 272º | 0.5% | 0.93% | - |
| XYZ | 41.2 | 29.08 | 84.33 | - |
| YUV | 150.82 | 177.2 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 118 | 238 | 0.24 | 0.50 | 0 | 0.07 | 272 | 0.78 | 0.7 |
| Hex | B6 | 76 | EE | 18 | 32 | 0 | 7 | 110 | 4E | 46 |
| Octal | 266 | 166 | 356 | 30 | 62 | 0 | 7 | 420 | 116 | 106 |
| Binary | 10110110 | 1110110 | 11101110 | 11000 | 110010 | 0 | 111 | 100010000 | 1001110 | 1000110 |
Color Harmonies of #B676EE
Complementary color
Monochromatic Colors of #B676EE
Black with #B676EE
Text Example
Text Example
White with #B676EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B676EE; }
p { color: rgb(182,118,238); }
H1.HeaderClassName
{
color: #B676EE;
}
.AnyTagClassName
{
color: #B676EE;
}
</style>
background-color css
<style>
a { background-color: #B676EE; }
a { background-color: rgb(182,118,238); }
div.DivClassName
{
background-color: #B676EE;
}
.BgClassName
{
background-color: #B676EE;
}
</style>
border-color css
<style>
span { border-color: #B676EE; }
span { border-color: rgb(182,118,238); }
td.TdClassName
{
border-color: #B676EE;
}
.TagClassName
{
border-color: #B676EE;
}
</style>