Shades of Medium Purple #B276ED
Tints of Medium Purple #B276ED
RGB
CMYK
RGB Variations
Color information
#B276ED (or 0xB276ED) is known color: Medium Purple. HEX triplet: B2, 76 and ED. RGB value is (178,118,237). Sum of RGB (Red+Green+Blue) = 178+118+237=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 118 (46.48% from 255 or 22.14% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #B276ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B276ED is #4D8912. Grayscale: #959595. Windows color (decimal): -5081363 or 15562418. OLE color: 15562418.
HSL color Cylindrical-coordinate representation of color #B276ED: hue angle of 270.25º degrees, saturation: 0.77, 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 #B276ED is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 118 | 237 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.07 |
| HSL | 270.25º | 0.77% | 0.7% | - |
| HSV(B) | 270.25º | 0.5% | 0.93% | - |
| XYZ | 40.12 | 28.54 | 83.51 | - |
| YUV | 149.51 | 177.38 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 118 | 237 | 0.25 | 0.50 | 0 | 0.07 | 270.25 | 0.77 | 0.7 |
| Hex | B2 | 76 | ED | 19 | 32 | 0 | 7 | 10E | 4D | 46 |
| Octal | 262 | 166 | 355 | 31 | 62 | 0 | 7 | 416 | 115 | 106 |
| Binary | 10110010 | 1110110 | 11101101 | 11001 | 110010 | 0 | 111 | 100001110 | 1001101 | 1000110 |
Color Harmonies of #B276ED
Complementary color
Monochromatic Colors of #B276ED
Black with #B276ED
Text Example
Text Example
White with #B276ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B276ED; }
p { color: rgb(178,118,237); }
H1.HeaderClassName
{
color: #B276ED;
}
.AnyTagClassName
{
color: #B276ED;
}
</style>
background-color css
<style>
a { background-color: #B276ED; }
a { background-color: rgb(178,118,237); }
div.DivClassName
{
background-color: #B276ED;
}
.BgClassName
{
background-color: #B276ED;
}
</style>
border-color css
<style>
span { border-color: #B276ED; }
span { border-color: rgb(178,118,237); }
td.TdClassName
{
border-color: #B276ED;
}
.TagClassName
{
border-color: #B276ED;
}
</style>