Shades of Medium Purple #B574EE
Tints of Medium Purple #B574EE
RGB
CMYK
RGB Variations
Color information
#B574EE (or 0xB574EE) is known color: Medium Purple. HEX triplet: B5, 74 and EE. RGB value is (181,116,238). Sum of RGB (Red+Green+Blue) = 181+116+238=535 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.83% from 535); Green value is 116 (45.70% from 255 or 21.68% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #B574EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B574EE is #4A8B11. Grayscale: #949494. Windows color (decimal): -4885266 or 15627445. OLE color: 15627445.
HSL color Cylindrical-coordinate representation of color #B574EE: hue angle of 271.97º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B574EE is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 116 | 238 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.07 |
| HSL | 271.97º | 0.78% | 0.69% | - |
| HSV(B) | 271.97º | 0.51% | 0.93% | - |
| XYZ | 40.73 | 28.49 | 84.24 | - |
| YUV | 149.34 | 178.03 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 116 | 238 | 0.24 | 0.51 | 0 | 0.07 | 271.97 | 0.78 | 0.69 |
| Hex | B5 | 74 | EE | 18 | 33 | 0 | 7 | 110 | 4E | 45 |
| Octal | 265 | 164 | 356 | 30 | 63 | 0 | 7 | 420 | 116 | 105 |
| Binary | 10110101 | 1110100 | 11101110 | 11000 | 110011 | 0 | 111 | 100010000 | 1001110 | 1000101 |
Color Harmonies of #B574EE
Complementary color
Monochromatic Colors of #B574EE
Black with #B574EE
Text Example
Text Example
White with #B574EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B574EE; }
p { color: rgb(181,116,238); }
H1.HeaderClassName
{
color: #B574EE;
}
.AnyTagClassName
{
color: #B574EE;
}
</style>
background-color css
<style>
a { background-color: #B574EE; }
a { background-color: rgb(181,116,238); }
div.DivClassName
{
background-color: #B574EE;
}
.BgClassName
{
background-color: #B574EE;
}
</style>
border-color css
<style>
span { border-color: #B574EE; }
span { border-color: rgb(181,116,238); }
td.TdClassName
{
border-color: #B574EE;
}
.TagClassName
{
border-color: #B574EE;
}
</style>