Shades of Medium Purple #B27BE8
Tints of Medium Purple #B27BE8
RGB
CMYK
RGB Variations
Color information
#B27BE8 (or 0xB27BE8) is known color: Medium Purple. HEX triplet: B2, 7B and E8. RGB value is (178,123,232). Sum of RGB (Red+Green+Blue) = 178+123+232=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 123 (48.44% from 255 or 23.08% from 533); Blue value is 232 (91.02% from 255 or 43.53% from 533); Max value from RGB is 232 - color contains mainly: blue. Hex color #B27BE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27BE8 is #4D8417. Grayscale: #979797. Windows color (decimal): -5080088 or 15236018. OLE color: 15236018.
HSL color Cylindrical-coordinate representation of color #B27BE8: hue angle of 270.28º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B27BE8 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 123 | 232 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.09 |
| HSL | 270.28º | 0.7% | 0.7% | - |
| HSV(B) | 270.28º | 0.47% | 0.91% | - |
| XYZ | 40.01 | 29.46 | 79.92 | - |
| YUV | 151.87 | 173.22 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 123 | 232 | 0.23 | 0.47 | 0 | 0.09 | 270.28 | 0.7 | 0.7 |
| Hex | B2 | 7B | E8 | 17 | 2F | 0 | 9 | 10E | 46 | 46 |
| Octal | 262 | 173 | 350 | 27 | 57 | 0 | 11 | 416 | 106 | 106 |
| Binary | 10110010 | 1111011 | 11101000 | 10111 | 101111 | 0 | 1001 | 100001110 | 1000110 | 1000110 |
Color Harmonies of #B27BE8
Complementary color
Monochromatic Colors of #B27BE8
Black with #B27BE8
Text Example
Text Example
White with #B27BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27BE8; }
p { color: rgb(178,123,232); }
H1.HeaderClassName
{
color: #B27BE8;
}
.AnyTagClassName
{
color: #B27BE8;
}
</style>
background-color css
<style>
a { background-color: #B27BE8; }
a { background-color: rgb(178,123,232); }
div.DivClassName
{
background-color: #B27BE8;
}
.BgClassName
{
background-color: #B27BE8;
}
</style>
border-color css
<style>
span { border-color: #B27BE8; }
span { border-color: rgb(178,123,232); }
td.TdClassName
{
border-color: #B27BE8;
}
.TagClassName
{
border-color: #B27BE8;
}
</style>