Shades of Medium Purple #B276EE
Tints of Medium Purple #B276EE
RGB
CMYK
RGB Variations
Color information
#B276EE (or 0xB276EE) is known color: Medium Purple. HEX triplet: B2, 76 and EE. RGB value is (178,118,238). Sum of RGB (Red+Green+Blue) = 178+118+238=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 118 (46.48% from 255 or 22.10% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #B276EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B276EE is #4D8911. Grayscale: #959595. Windows color (decimal): -5081362 or 15627954. OLE color: 15627954.
HSL color Cylindrical-coordinate representation of color #B276EE: hue angle of 270º 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 #B276EE is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 118 | 238 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.07 |
| HSL | 270º | 0.78% | 0.7% | - |
| HSV(B) | 270º | 0.5% | 0.93% | - |
| XYZ | 40.27 | 28.59 | 84.29 | - |
| YUV | 149.62 | 177.88 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 118 | 238 | 0.25 | 0.50 | 0 | 0.07 | 270 | 0.78 | 0.7 |
| Hex | B2 | 76 | EE | 19 | 32 | 0 | 7 | 10E | 4E | 46 |
| Octal | 262 | 166 | 356 | 31 | 62 | 0 | 7 | 416 | 116 | 106 |
| Binary | 10110010 | 1110110 | 11101110 | 11001 | 110010 | 0 | 111 | 100001110 | 1001110 | 1000110 |
Color Harmonies of #B276EE
Complementary color
Monochromatic Colors of #B276EE
Black with #B276EE
Text Example
Text Example
White with #B276EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B276EE; }
p { color: rgb(178,118,238); }
H1.HeaderClassName
{
color: #B276EE;
}
.AnyTagClassName
{
color: #B276EE;
}
</style>
background-color css
<style>
a { background-color: #B276EE; }
a { background-color: rgb(178,118,238); }
div.DivClassName
{
background-color: #B276EE;
}
.BgClassName
{
background-color: #B276EE;
}
</style>
border-color css
<style>
span { border-color: #B276EE; }
span { border-color: rgb(178,118,238); }
td.TdClassName
{
border-color: #B276EE;
}
.TagClassName
{
border-color: #B276EE;
}
</style>