Shades of Medium Purple #B27BED
Tints of Medium Purple #B27BED
RGB
CMYK
RGB Variations
Color information
#B27BED (or 0xB27BED) is known color: Medium Purple. HEX triplet: B2, 7B and ED. RGB value is (178,123,237). Sum of RGB (Red+Green+Blue) = 178+123+237=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 123 (48.44% from 255 or 22.86% from 538); Blue value is 237 (92.97% from 255 or 44.05% from 538); Max value from RGB is 237 - color contains mainly: blue. Hex color #B27BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27BED is #4D8412. Grayscale: #989898. Windows color (decimal): -5080083 or 15563698. OLE color: 15563698.
HSL color Cylindrical-coordinate representation of color #B27BED: hue angle of 268.95º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B27BED is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 123 | 237 | - |
| CMYK | 0.25 | 0.48 | 0 | 0.07 |
| HSL | 268.95º | 0.76% | 0.71% | - |
| HSV(B) | 268.95º | 0.48% | 0.93% | - |
| XYZ | 40.73 | 29.75 | 83.72 | - |
| YUV | 152.44 | 175.72 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 123 | 237 | 0.25 | 0.48 | 0 | 0.07 | 268.95 | 0.76 | 0.71 |
| Hex | B2 | 7B | ED | 19 | 30 | 0 | 7 | 10D | 4C | 47 |
| Octal | 262 | 173 | 355 | 31 | 60 | 0 | 7 | 415 | 114 | 107 |
| Binary | 10110010 | 1111011 | 11101101 | 11001 | 110000 | 0 | 111 | 100001101 | 1001100 | 1000111 |
Color Harmonies of #B27BED
Complementary color
Monochromatic Colors of #B27BED
Black with #B27BED
Text Example
Text Example
White with #B27BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27BED; }
p { color: rgb(178,123,237); }
H1.HeaderClassName
{
color: #B27BED;
}
.AnyTagClassName
{
color: #B27BED;
}
</style>
background-color css
<style>
a { background-color: #B27BED; }
a { background-color: rgb(178,123,237); }
div.DivClassName
{
background-color: #B27BED;
}
.BgClassName
{
background-color: #B27BED;
}
</style>
border-color css
<style>
span { border-color: #B27BED; }
span { border-color: rgb(178,123,237); }
td.TdClassName
{
border-color: #B27BED;
}
.TagClassName
{
border-color: #B27BED;
}
</style>