Shades of Medium Purple #B27BE7
Tints of Medium Purple #B27BE7
RGB
CMYK
RGB Variations
Color information
#B27BE7 (or 0xB27BE7) is known color: Medium Purple. HEX triplet: B2, 7B and E7. RGB value is (178,123,231). Sum of RGB (Red+Green+Blue) = 178+123+231=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 123 (48.44% from 255 or 23.12% from 532); Blue value is 231 (90.62% from 255 or 43.42% from 532); Max value from RGB is 231 - color contains mainly: blue. Hex color #B27BE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27BE7 is #4D8418. Grayscale: #979797. Windows color (decimal): -5080089 or 15170482. OLE color: 15170482.
HSL color Cylindrical-coordinate representation of color #B27BE7: hue angle of 270.56º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B27BE7 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 123 | 231 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.09 |
| HSL | 270.56º | 0.69% | 0.69% | - |
| HSV(B) | 270.56º | 0.47% | 0.91% | - |
| XYZ | 39.87 | 29.4 | 79.17 | - |
| YUV | 151.76 | 172.72 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 123 | 231 | 0.23 | 0.47 | 0 | 0.09 | 270.56 | 0.69 | 0.69 |
| Hex | B2 | 7B | E7 | 17 | 2F | 0 | 9 | 10F | 45 | 45 |
| Octal | 262 | 173 | 347 | 27 | 57 | 0 | 11 | 417 | 105 | 105 |
| Binary | 10110010 | 1111011 | 11100111 | 10111 | 101111 | 0 | 1001 | 100001111 | 1000101 | 1000101 |
Color Harmonies of #B27BE7
Complementary color
Monochromatic Colors of #B27BE7
Black with #B27BE7
Text Example
Text Example
White with #B27BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27BE7; }
p { color: rgb(178,123,231); }
H1.HeaderClassName
{
color: #B27BE7;
}
.AnyTagClassName
{
color: #B27BE7;
}
</style>
background-color css
<style>
a { background-color: #B27BE7; }
a { background-color: rgb(178,123,231); }
div.DivClassName
{
background-color: #B27BE7;
}
.BgClassName
{
background-color: #B27BE7;
}
</style>
border-color css
<style>
span { border-color: #B27BE7; }
span { border-color: rgb(178,123,231); }
td.TdClassName
{
border-color: #B27BE7;
}
.TagClassName
{
border-color: #B27BE7;
}
</style>