Shades of Medium Purple #B07CE6
Tints of Medium Purple #B07CE6
RGB
CMYK
RGB Variations
Color information
#B07CE6 (or 0xB07CE6) is known color: Medium Purple. HEX triplet: B0, 7C and E6. RGB value is (176,124,230). Sum of RGB (Red+Green+Blue) = 176+124+230=530 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.21% from 530); Green value is 124 (48.83% from 255 or 23.40% from 530); Blue value is 230 (90.23% from 255 or 43.40% from 530); Max value from RGB is 230 - color contains mainly: blue. Hex color #B07CE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07CE6 is #4F8319. Grayscale: #979797. Windows color (decimal): -5210906 or 15105200. OLE color: 15105200.
HSL color Cylindrical-coordinate representation of color #B07CE6: hue angle of 269.43º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B07CE6 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 124 | 230 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.10 |
| HSL | 269.43º | 0.68% | 0.69% | - |
| HSV(B) | 269.43º | 0.46% | 0.9% | - |
| XYZ | 39.4 | 29.36 | 78.45 | - |
| YUV | 151.63 | 172.23 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 124 | 230 | 0.23 | 0.46 | 0 | 0.10 | 269.43 | 0.68 | 0.69 |
| Hex | B0 | 7C | E6 | 17 | 2E | 0 | A | 10D | 44 | 45 |
| Octal | 260 | 174 | 346 | 27 | 56 | 0 | 12 | 415 | 104 | 105 |
| Binary | 10110000 | 1111100 | 11100110 | 10111 | 101110 | 0 | 1010 | 100001101 | 1000100 | 1000101 |
Color Harmonies of #B07CE6
Complementary color
Monochromatic Colors of #B07CE6
Black with #B07CE6
Text Example
Text Example
White with #B07CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07CE6; }
p { color: rgb(176,124,230); }
H1.HeaderClassName
{
color: #B07CE6;
}
.AnyTagClassName
{
color: #B07CE6;
}
</style>
background-color css
<style>
a { background-color: #B07CE6; }
a { background-color: rgb(176,124,230); }
div.DivClassName
{
background-color: #B07CE6;
}
.BgClassName
{
background-color: #B07CE6;
}
</style>
border-color css
<style>
span { border-color: #B07CE6; }
span { border-color: rgb(176,124,230); }
td.TdClassName
{
border-color: #B07CE6;
}
.TagClassName
{
border-color: #B07CE6;
}
</style>