Shades of Medium Purple #B27CEF
Tints of Medium Purple #B27CEF
RGB
CMYK
RGB Variations
Color information
#B27CEF (or 0xB27CEF) is known color: Medium Purple. HEX triplet: B2, 7C and EF. RGB value is (178,124,239). Sum of RGB (Red+Green+Blue) = 178+124+239=541 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.90% from 541); Green value is 124 (48.83% from 255 or 22.92% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #B27CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27CEF is #4D8310. Grayscale: #989898. Windows color (decimal): -5079825 or 15695026. OLE color: 15695026.
HSL color Cylindrical-coordinate representation of color #B27CEF: hue angle of 268.17º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B27CEF is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 124 | 239 | - |
| CMYK | 0.26 | 0.48 | 0 | 0.06 |
| HSL | 268.17º | 0.78% | 0.71% | - |
| HSV(B) | 268.17º | 0.48% | 0.94% | - |
| XYZ | 41.15 | 30.11 | 85.3 | - |
| YUV | 153.26 | 176.39 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 124 | 239 | 0.26 | 0.48 | 0 | 0.06 | 268.17 | 0.78 | 0.71 |
| Hex | B2 | 7C | EF | 1A | 30 | 0 | 6 | 10C | 4E | 47 |
| Octal | 262 | 174 | 357 | 32 | 60 | 0 | 6 | 414 | 116 | 107 |
| Binary | 10110010 | 1111100 | 11101111 | 11010 | 110000 | 0 | 110 | 100001100 | 1001110 | 1000111 |
Color Harmonies of #B27CEF
Complementary color
Monochromatic Colors of #B27CEF
Black with #B27CEF
Text Example
Text Example
White with #B27CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27CEF; }
p { color: rgb(178,124,239); }
H1.HeaderClassName
{
color: #B27CEF;
}
.AnyTagClassName
{
color: #B27CEF;
}
</style>
background-color css
<style>
a { background-color: #B27CEF; }
a { background-color: rgb(178,124,239); }
div.DivClassName
{
background-color: #B27CEF;
}
.BgClassName
{
background-color: #B27CEF;
}
</style>
border-color css
<style>
span { border-color: #B27CEF; }
span { border-color: rgb(178,124,239); }
td.TdClassName
{
border-color: #B27CEF;
}
.TagClassName
{
border-color: #B27CEF;
}
</style>