Shades of Medium Purple #B27CEB
Tints of Medium Purple #B27CEB
RGB
CMYK
RGB Variations
Color information
#B27CEB (or 0xB27CEB) is known color: Medium Purple. HEX triplet: B2, 7C and EB. RGB value is (178,124,235). Sum of RGB (Red+Green+Blue) = 178+124+235=537 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.15% from 537); Green value is 124 (48.83% from 255 or 23.09% from 537); Blue value is 235 (92.19% from 255 or 43.76% from 537); Max value from RGB is 235 - color contains mainly: blue. Hex color #B27CEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27CEB is #4D8314. Grayscale: #989898. Windows color (decimal): -5079829 or 15432882. OLE color: 15432882.
HSL color Cylindrical-coordinate representation of color #B27CEB: hue angle of 269.19º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B27CEB is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 124 | 235 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.08 |
| HSL | 269.19º | 0.74% | 0.7% | - |
| HSV(B) | 269.19º | 0.47% | 0.92% | - |
| XYZ | 40.56 | 29.88 | 82.23 | - |
| YUV | 152.8 | 174.39 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 124 | 235 | 0.24 | 0.47 | 0 | 0.08 | 269.19 | 0.74 | 0.7 |
| Hex | B2 | 7C | EB | 18 | 2F | 0 | 8 | 10D | 4A | 46 |
| Octal | 262 | 174 | 353 | 30 | 57 | 0 | 10 | 415 | 112 | 106 |
| Binary | 10110010 | 1111100 | 11101011 | 11000 | 101111 | 0 | 1000 | 100001101 | 1001010 | 1000110 |
Color Harmonies of #B27CEB
Complementary color
Monochromatic Colors of #B27CEB
Black with #B27CEB
Text Example
Text Example
White with #B27CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27CEB; }
p { color: rgb(178,124,235); }
H1.HeaderClassName
{
color: #B27CEB;
}
.AnyTagClassName
{
color: #B27CEB;
}
</style>
background-color css
<style>
a { background-color: #B27CEB; }
a { background-color: rgb(178,124,235); }
div.DivClassName
{
background-color: #B27CEB;
}
.BgClassName
{
background-color: #B27CEB;
}
</style>
border-color css
<style>
span { border-color: #B27CEB; }
span { border-color: rgb(178,124,235); }
td.TdClassName
{
border-color: #B27CEB;
}
.TagClassName
{
border-color: #B27CEB;
}
</style>