Shades of Medium Purple #B07BED
Tints of Medium Purple #B07BED
RGB
CMYK
RGB Variations
Color information
#B07BED (or 0xB07BED) is known color: Medium Purple. HEX triplet: B0, 7B and ED. RGB value is (176,123,237). Sum of RGB (Red+Green+Blue) = 176+123+237=536 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.84% from 536); Green value is 123 (48.44% from 255 or 22.95% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #B07BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07BED is #4F8412. Grayscale: #979797. Windows color (decimal): -5211155 or 15563696. OLE color: 15563696.
HSL color Cylindrical-coordinate representation of color #B07BED: hue angle of 267.89º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B07BED is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 123 | 237 | - |
| CMYK | 0.26 | 0.48 | 0 | 0.07 |
| HSL | 267.89º | 0.76% | 0.71% | - |
| HSV(B) | 267.89º | 0.48% | 0.93% | - |
| XYZ | 40.27 | 29.51 | 83.69 | - |
| YUV | 151.84 | 176.06 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 123 | 237 | 0.26 | 0.48 | 0 | 0.07 | 267.89 | 0.76 | 0.71 |
| Hex | B0 | 7B | ED | 1A | 30 | 0 | 7 | 10C | 4C | 47 |
| Octal | 260 | 173 | 355 | 32 | 60 | 0 | 7 | 414 | 114 | 107 |
| Binary | 10110000 | 1111011 | 11101101 | 11010 | 110000 | 0 | 111 | 100001100 | 1001100 | 1000111 |
Color Harmonies of #B07BED
Complementary color
Monochromatic Colors of #B07BED
Black with #B07BED
Text Example
Text Example
White with #B07BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07BED; }
p { color: rgb(176,123,237); }
H1.HeaderClassName
{
color: #B07BED;
}
.AnyTagClassName
{
color: #B07BED;
}
</style>
background-color css
<style>
a { background-color: #B07BED; }
a { background-color: rgb(176,123,237); }
div.DivClassName
{
background-color: #B07BED;
}
.BgClassName
{
background-color: #B07BED;
}
</style>
border-color css
<style>
span { border-color: #B07BED; }
span { border-color: rgb(176,123,237); }
td.TdClassName
{
border-color: #B07BED;
}
.TagClassName
{
border-color: #B07BED;
}
</style>