Shades of Medium Purple #B07AED
Tints of Medium Purple #B07AED
RGB
CMYK
RGB Variations
Color information
#B07AED (or 0xB07AED) is known color: Medium Purple. HEX triplet: B0, 7A and ED. RGB value is (176,122,237). Sum of RGB (Red+Green+Blue) = 176+122+237=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 122 (48.05% from 255 or 22.80% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #B07AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07AED is #4F8512. Grayscale: #969696. Windows color (decimal): -5211411 or 15563440. OLE color: 15563440.
HSL color Cylindrical-coordinate representation of color #B07AED: hue angle of 268.17º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B07AED is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 122 | 237 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.07 |
| HSL | 268.17º | 0.76% | 0.7% | - |
| HSV(B) | 268.17º | 0.49% | 0.93% | - |
| XYZ | 40.15 | 29.26 | 83.65 | - |
| YUV | 151.26 | 176.39 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 122 | 237 | 0.26 | 0.49 | 0 | 0.07 | 268.17 | 0.76 | 0.7 |
| Hex | B0 | 7A | ED | 1A | 31 | 0 | 7 | 10C | 4C | 46 |
| Octal | 260 | 172 | 355 | 32 | 61 | 0 | 7 | 414 | 114 | 106 |
| Binary | 10110000 | 1111010 | 11101101 | 11010 | 110001 | 0 | 111 | 100001100 | 1001100 | 1000110 |
Color Harmonies of #B07AED
Complementary color
Monochromatic Colors of #B07AED
Black with #B07AED
Text Example
Text Example
White with #B07AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07AED; }
p { color: rgb(176,122,237); }
H1.HeaderClassName
{
color: #B07AED;
}
.AnyTagClassName
{
color: #B07AED;
}
</style>
background-color css
<style>
a { background-color: #B07AED; }
a { background-color: rgb(176,122,237); }
div.DivClassName
{
background-color: #B07AED;
}
.BgClassName
{
background-color: #B07AED;
}
</style>
border-color css
<style>
span { border-color: #B07AED; }
span { border-color: rgb(176,122,237); }
td.TdClassName
{
border-color: #B07AED;
}
.TagClassName
{
border-color: #B07AED;
}
</style>