Shades of Medium Purple #B273F5
Tints of Medium Purple #B273F5
RGB
CMYK
RGB Variations
Color information
#B273F5 (or 0xB273F5) is known color: Medium Purple. HEX triplet: B2, 73 and F5. RGB value is (178,115,245). Sum of RGB (Red+Green+Blue) = 178+115+245=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 115 (45.31% from 255 or 21.38% from 538); Blue value is 245 (96.09% from 255 or 45.54% from 538); Max value from RGB is 245 - color contains mainly: blue. Hex color #B273F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B273F5 is #4D8C0A. Grayscale: #949494. Windows color (decimal): -5082123 or 16085938. OLE color: 16085938.
HSL color Cylindrical-coordinate representation of color #B273F5: hue angle of 269.08º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B273F5 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 115 | 245 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.04 |
| HSL | 269.08º | 0.87% | 0.71% | - |
| HSV(B) | 269.08º | 0.53% | 0.96% | - |
| XYZ | 40.97 | 28.32 | 89.69 | - |
| YUV | 148.66 | 182.37 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 115 | 245 | 0.27 | 0.53 | 0 | 0.04 | 269.08 | 0.87 | 0.71 |
| Hex | B2 | 73 | F5 | 1B | 35 | 0 | 4 | 10D | 57 | 47 |
| Octal | 262 | 163 | 365 | 33 | 65 | 0 | 4 | 415 | 127 | 107 |
| Binary | 10110010 | 1110011 | 11110101 | 11011 | 110101 | 0 | 100 | 100001101 | 1010111 | 1000111 |
Color Harmonies of #B273F5
Complementary color
Monochromatic Colors of #B273F5
Black with #B273F5
Text Example
Text Example
White with #B273F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B273F5; }
p { color: rgb(178,115,245); }
H1.HeaderClassName
{
color: #B273F5;
}
.AnyTagClassName
{
color: #B273F5;
}
</style>
background-color css
<style>
a { background-color: #B273F5; }
a { background-color: rgb(178,115,245); }
div.DivClassName
{
background-color: #B273F5;
}
.BgClassName
{
background-color: #B273F5;
}
</style>
border-color css
<style>
span { border-color: #B273F5; }
span { border-color: rgb(178,115,245); }
td.TdClassName
{
border-color: #B273F5;
}
.TagClassName
{
border-color: #B273F5;
}
</style>