Shades of Medium Purple #B27BEE
Tints of Medium Purple #B27BEE
RGB
CMYK
RGB Variations
Color information
#B27BEE (or 0xB27BEE) is known color: Medium Purple. HEX triplet: B2, 7B and EE. RGB value is (178,123,238). Sum of RGB (Red+Green+Blue) = 178+123+238=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 123 (48.44% from 255 or 22.82% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #B27BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27BEE is #4D8411. Grayscale: #989898. Windows color (decimal): -5080082 or 15629234. OLE color: 15629234.
HSL color Cylindrical-coordinate representation of color #B27BEE: hue angle of 268.7º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B27BEE is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 123 | 238 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.07 |
| HSL | 268.7º | 0.77% | 0.71% | - |
| HSV(B) | 268.7º | 0.48% | 0.93% | - |
| XYZ | 40.88 | 29.8 | 84.49 | - |
| YUV | 152.56 | 176.22 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 123 | 238 | 0.25 | 0.48 | 0 | 0.07 | 268.7 | 0.77 | 0.71 |
| Hex | B2 | 7B | EE | 19 | 30 | 0 | 7 | 10D | 4D | 47 |
| Octal | 262 | 173 | 356 | 31 | 60 | 0 | 7 | 415 | 115 | 107 |
| Binary | 10110010 | 1111011 | 11101110 | 11001 | 110000 | 0 | 111 | 100001101 | 1001101 | 1000111 |
Color Harmonies of #B27BEE
Complementary color
Monochromatic Colors of #B27BEE
Black with #B27BEE
Text Example
Text Example
White with #B27BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27BEE; }
p { color: rgb(178,123,238); }
H1.HeaderClassName
{
color: #B27BEE;
}
.AnyTagClassName
{
color: #B27BEE;
}
</style>
background-color css
<style>
a { background-color: #B27BEE; }
a { background-color: rgb(178,123,238); }
div.DivClassName
{
background-color: #B27BEE;
}
.BgClassName
{
background-color: #B27BEE;
}
</style>
border-color css
<style>
span { border-color: #B27BEE; }
span { border-color: rgb(178,123,238); }
td.TdClassName
{
border-color: #B27BEE;
}
.TagClassName
{
border-color: #B27BEE;
}
</style>