Shades of Medium Purple #B27BEF
Tints of Medium Purple #B27BEF
RGB
CMYK
RGB Variations
Color information
#B27BEF (or 0xB27BEF) is known color: Medium Purple. HEX triplet: B2, 7B and EF. RGB value is (178,123,239). Sum of RGB (Red+Green+Blue) = 178+123+239=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 123 (48.44% from 255 or 22.78% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #B27BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27BEF is #4D8410. Grayscale: #989898. Windows color (decimal): -5080081 or 15694770. OLE color: 15694770.
HSL color Cylindrical-coordinate representation of color #B27BEF: hue angle of 268.45º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B27BEF is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 123 | 239 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.06 |
| HSL | 268.45º | 0.78% | 0.71% | - |
| HSV(B) | 268.45º | 0.49% | 0.94% | - |
| XYZ | 41.02 | 29.86 | 85.26 | - |
| YUV | 152.67 | 176.72 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 123 | 239 | 0.26 | 0.49 | 0 | 0.06 | 268.45 | 0.78 | 0.71 |
| Hex | B2 | 7B | EF | 1A | 31 | 0 | 6 | 10C | 4E | 47 |
| Octal | 262 | 173 | 357 | 32 | 61 | 0 | 6 | 414 | 116 | 107 |
| Binary | 10110010 | 1111011 | 11101111 | 11010 | 110001 | 0 | 110 | 100001100 | 1001110 | 1000111 |
Color Harmonies of #B27BEF
Complementary color
Monochromatic Colors of #B27BEF
Black with #B27BEF
Text Example
Text Example
White with #B27BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27BEF; }
p { color: rgb(178,123,239); }
H1.HeaderClassName
{
color: #B27BEF;
}
.AnyTagClassName
{
color: #B27BEF;
}
</style>
background-color css
<style>
a { background-color: #B27BEF; }
a { background-color: rgb(178,123,239); }
div.DivClassName
{
background-color: #B27BEF;
}
.BgClassName
{
background-color: #B27BEF;
}
</style>
border-color css
<style>
span { border-color: #B27BEF; }
span { border-color: rgb(178,123,239); }
td.TdClassName
{
border-color: #B27BEF;
}
.TagClassName
{
border-color: #B27BEF;
}
</style>