Shades of Medium Purple #B474F3
Tints of Medium Purple #B474F3
RGB
CMYK
RGB Variations
Color information
#B474F3 (or 0xB474F3) is known color: Medium Purple. HEX triplet: B4, 74 and F3. RGB value is (180,116,243). Sum of RGB (Red+Green+Blue) = 180+116+243=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 116 (45.70% from 255 or 21.52% from 539); Blue value is 243 (95.31% from 255 or 45.08% from 539); Max value from RGB is 243 - color contains mainly: blue. Hex color #B474F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B474F3 is #4B8B0C. Grayscale: #959595. Windows color (decimal): -4950797 or 15955124. OLE color: 15955124.
HSL color Cylindrical-coordinate representation of color #B474F3: hue angle of 270.24º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B474F3 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 116 | 243 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.05 |
| HSL | 270.24º | 0.84% | 0.7% | - |
| HSV(B) | 270.24º | 0.52% | 0.95% | - |
| XYZ | 41.25 | 28.67 | 88.15 | - |
| YUV | 149.61 | 180.7 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 116 | 243 | 0.26 | 0.52 | 0 | 0.05 | 270.24 | 0.84 | 0.7 |
| Hex | B4 | 74 | F3 | 1A | 34 | 0 | 5 | 10E | 54 | 46 |
| Octal | 264 | 164 | 363 | 32 | 64 | 0 | 5 | 416 | 124 | 106 |
| Binary | 10110100 | 1110100 | 11110011 | 11010 | 110100 | 0 | 101 | 100001110 | 1010100 | 1000110 |
Color Harmonies of #B474F3
Complementary color
Monochromatic Colors of #B474F3
Black with #B474F3
Text Example
Text Example
White with #B474F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B474F3; }
p { color: rgb(180,116,243); }
H1.HeaderClassName
{
color: #B474F3;
}
.AnyTagClassName
{
color: #B474F3;
}
</style>
background-color css
<style>
a { background-color: #B474F3; }
a { background-color: rgb(180,116,243); }
div.DivClassName
{
background-color: #B474F3;
}
.BgClassName
{
background-color: #B474F3;
}
</style>
border-color css
<style>
span { border-color: #B474F3; }
span { border-color: rgb(180,116,243); }
td.TdClassName
{
border-color: #B474F3;
}
.TagClassName
{
border-color: #B474F3;
}
</style>