Shades of Medium Purple #B373F3
Tints of Medium Purple #B373F3
RGB
CMYK
RGB Variations
Color information
#B373F3 (or 0xB373F3) is known color: Medium Purple. HEX triplet: B3, 73 and F3. RGB value is (179,115,243). Sum of RGB (Red+Green+Blue) = 179+115+243=537 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.33% from 537); Green value is 115 (45.31% from 255 or 21.42% from 537); Blue value is 243 (95.31% from 255 or 45.25% from 537); Max value from RGB is 243 - color contains mainly: blue. Hex color #B373F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B373F3 is #4C8C0C. Grayscale: #949494. Windows color (decimal): -5016589 or 15954867. OLE color: 15954867.
HSL color Cylindrical-coordinate representation of color #B373F3: hue angle of 270º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B373F3 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 115 | 243 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.05 |
| HSL | 270º | 0.84% | 0.7% | - |
| HSV(B) | 270º | 0.53% | 0.95% | - |
| XYZ | 40.9 | 28.32 | 88.1 | - |
| YUV | 148.73 | 181.2 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 115 | 243 | 0.26 | 0.53 | 0 | 0.05 | 270 | 0.84 | 0.7 |
| Hex | B3 | 73 | F3 | 1A | 35 | 0 | 5 | 10E | 54 | 46 |
| Octal | 263 | 163 | 363 | 32 | 65 | 0 | 5 | 416 | 124 | 106 |
| Binary | 10110011 | 1110011 | 11110011 | 11010 | 110101 | 0 | 101 | 100001110 | 1010100 | 1000110 |
Color Harmonies of #B373F3
Complementary color
Monochromatic Colors of #B373F3
Black with #B373F3
Text Example
Text Example
White with #B373F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B373F3; }
p { color: rgb(179,115,243); }
H1.HeaderClassName
{
color: #B373F3;
}
.AnyTagClassName
{
color: #B373F3;
}
</style>
background-color css
<style>
a { background-color: #B373F3; }
a { background-color: rgb(179,115,243); }
div.DivClassName
{
background-color: #B373F3;
}
.BgClassName
{
background-color: #B373F3;
}
</style>
border-color css
<style>
span { border-color: #B373F3; }
span { border-color: rgb(179,115,243); }
td.TdClassName
{
border-color: #B373F3;
}
.TagClassName
{
border-color: #B373F3;
}
</style>