Shades of Medium Purple #B07BE0
Tints of Medium Purple #B07BE0
RGB
CMYK
RGB Variations
Color information
#B07BE0 (or 0xB07BE0) is known color: Medium Purple. HEX triplet: B0, 7B and E0. RGB value is (176,123,224). Sum of RGB (Red+Green+Blue) = 176+123+224=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 123 (48.44% from 255 or 23.52% from 523); Blue value is 224 (87.89% from 255 or 42.83% from 523); Max value from RGB is 224 - color contains mainly: blue. Hex color #B07BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B07BE0 is #4F841F. Grayscale: #969696. Windows color (decimal): -5211168 or 14711728. OLE color: 14711728.
HSL color Cylindrical-coordinate representation of color #B07BE0: hue angle of 271.49º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B07BE0 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 123 | 224 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.12 |
| HSL | 271.49º | 0.62% | 0.68% | - |
| HSV(B) | 271.49º | 0.45% | 0.88% | - |
| XYZ | 38.44 | 28.78 | 74.05 | - |
| YUV | 150.36 | 169.56 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 123 | 224 | 0.21 | 0.45 | 0 | 0.12 | 271.49 | 0.62 | 0.68 |
| Hex | B0 | 7B | E0 | 15 | 2D | 0 | C | 10F | 3E | 44 |
| Octal | 260 | 173 | 340 | 25 | 55 | 0 | 14 | 417 | 76 | 104 |
| Binary | 10110000 | 1111011 | 11100000 | 10101 | 101101 | 0 | 1100 | 100001111 | 111110 | 1000100 |
Color Harmonies of #B07BE0
Complementary color
Monochromatic Colors of #B07BE0
Black with #B07BE0
Text Example
Text Example
White with #B07BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07BE0; }
p { color: rgb(176,123,224); }
H1.HeaderClassName
{
color: #B07BE0;
}
.AnyTagClassName
{
color: #B07BE0;
}
</style>
background-color css
<style>
a { background-color: #B07BE0; }
a { background-color: rgb(176,123,224); }
div.DivClassName
{
background-color: #B07BE0;
}
.BgClassName
{
background-color: #B07BE0;
}
</style>
border-color css
<style>
span { border-color: #B07BE0; }
span { border-color: rgb(176,123,224); }
td.TdClassName
{
border-color: #B07BE0;
}
.TagClassName
{
border-color: #B07BE0;
}
</style>