Shades of Medium Purple #B272ED
Tints of Medium Purple #B272ED
RGB
CMYK
RGB Variations
Color information
#B272ED (or 0xB272ED) is known color: Medium Purple. HEX triplet: B2, 72 and ED. RGB value is (178,114,237). Sum of RGB (Red+Green+Blue) = 178+114+237=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 114 (44.92% from 255 or 21.55% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #B272ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B272ED is #4D8D12. Grayscale: #929292. Windows color (decimal): -5082387 or 15561394. OLE color: 15561394.
HSL color Cylindrical-coordinate representation of color #B272ED: hue angle of 271.22º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B272ED is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 114 | 237 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.07 |
| HSL | 271.22º | 0.77% | 0.69% | - |
| HSV(B) | 271.22º | 0.52% | 0.93% | - |
| XYZ | 39.66 | 27.61 | 83.36 | - |
| YUV | 147.16 | 178.7 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 114 | 237 | 0.25 | 0.52 | 0 | 0.07 | 271.22 | 0.77 | 0.69 |
| Hex | B2 | 72 | ED | 19 | 34 | 0 | 7 | 10F | 4D | 45 |
| Octal | 262 | 162 | 355 | 31 | 64 | 0 | 7 | 417 | 115 | 105 |
| Binary | 10110010 | 1110010 | 11101101 | 11001 | 110100 | 0 | 111 | 100001111 | 1001101 | 1000101 |
Color Harmonies of #B272ED
Complementary color
Monochromatic Colors of #B272ED
Black with #B272ED
Text Example
Text Example
White with #B272ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B272ED; }
p { color: rgb(178,114,237); }
H1.HeaderClassName
{
color: #B272ED;
}
.AnyTagClassName
{
color: #B272ED;
}
</style>
background-color css
<style>
a { background-color: #B272ED; }
a { background-color: rgb(178,114,237); }
div.DivClassName
{
background-color: #B272ED;
}
.BgClassName
{
background-color: #B272ED;
}
</style>
border-color css
<style>
span { border-color: #B272ED; }
span { border-color: rgb(178,114,237); }
td.TdClassName
{
border-color: #B272ED;
}
.TagClassName
{
border-color: #B272ED;
}
</style>