Shades of Medium Purple #B273E5
Tints of Medium Purple #B273E5
RGB
CMYK
RGB Variations
Color information
#B273E5 (or 0xB273E5) is known color: Medium Purple. HEX triplet: B2, 73 and E5. RGB value is (178,115,229). Sum of RGB (Red+Green+Blue) = 178+115+229=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 115 (45.31% from 255 or 22.03% from 522); Blue value is 229 (89.84% from 255 or 43.87% from 522); Max value from RGB is 229 - color contains mainly: blue. Hex color #B273E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B273E5 is #4D8C1A. Grayscale: #929292. Windows color (decimal): -5082139 or 15037362. OLE color: 15037362.
HSL color Cylindrical-coordinate representation of color #B273E5: hue angle of 273.16º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B273E5 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 115 | 229 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.10 |
| HSL | 273.16º | 0.69% | 0.67% | - |
| HSV(B) | 273.16º | 0.5% | 0.9% | - |
| XYZ | 38.63 | 27.38 | 77.38 | - |
| YUV | 146.83 | 174.37 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 115 | 229 | 0.22 | 0.50 | 0 | 0.10 | 273.16 | 0.69 | 0.67 |
| Hex | B2 | 73 | E5 | 16 | 32 | 0 | A | 111 | 45 | 43 |
| Octal | 262 | 163 | 345 | 26 | 62 | 0 | 12 | 421 | 105 | 103 |
| Binary | 10110010 | 1110011 | 11100101 | 10110 | 110010 | 0 | 1010 | 100010001 | 1000101 | 1000011 |
Color Harmonies of #B273E5
Complementary color
Monochromatic Colors of #B273E5
Black with #B273E5
Text Example
Text Example
White with #B273E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B273E5; }
p { color: rgb(178,115,229); }
H1.HeaderClassName
{
color: #B273E5;
}
.AnyTagClassName
{
color: #B273E5;
}
</style>
background-color css
<style>
a { background-color: #B273E5; }
a { background-color: rgb(178,115,229); }
div.DivClassName
{
background-color: #B273E5;
}
.BgClassName
{
background-color: #B273E5;
}
</style>
border-color css
<style>
span { border-color: #B273E5; }
span { border-color: rgb(178,115,229); }
td.TdClassName
{
border-color: #B273E5;
}
.TagClassName
{
border-color: #B273E5;
}
</style>