Shades of Medium Purple #B07CED
Tints of Medium Purple #B07CED
RGB
CMYK
RGB Variations
Color information
#B07CED (or 0xB07CED) is known color: Medium Purple. HEX triplet: B0, 7C and ED. RGB value is (176,124,237). Sum of RGB (Red+Green+Blue) = 176+124+237=537 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.77% from 537); Green value is 124 (48.83% from 255 or 23.09% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #B07CED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07CED is #4F8312. Grayscale: #989898. Windows color (decimal): -5210899 or 15563952. OLE color: 15563952.
HSL color Cylindrical-coordinate representation of color #B07CED: hue angle of 267.61º 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 #B07CED is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 124 | 237 | - |
| CMYK | 0.26 | 0.48 | 0 | 0.07 |
| HSL | 267.61º | 0.76% | 0.71% | - |
| HSV(B) | 267.61º | 0.48% | 0.93% | - |
| XYZ | 40.4 | 29.76 | 83.74 | - |
| YUV | 152.43 | 175.73 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 124 | 237 | 0.26 | 0.48 | 0 | 0.07 | 267.61 | 0.76 | 0.71 |
| Hex | B0 | 7C | ED | 1A | 30 | 0 | 7 | 10C | 4C | 47 |
| Octal | 260 | 174 | 355 | 32 | 60 | 0 | 7 | 414 | 114 | 107 |
| Binary | 10110000 | 1111100 | 11101101 | 11010 | 110000 | 0 | 111 | 100001100 | 1001100 | 1000111 |
Color Harmonies of #B07CED
Complementary color
Monochromatic Colors of #B07CED
Black with #B07CED
Text Example
Text Example
White with #B07CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07CED; }
p { color: rgb(176,124,237); }
H1.HeaderClassName
{
color: #B07CED;
}
.AnyTagClassName
{
color: #B07CED;
}
</style>
background-color css
<style>
a { background-color: #B07CED; }
a { background-color: rgb(176,124,237); }
div.DivClassName
{
background-color: #B07CED;
}
.BgClassName
{
background-color: #B07CED;
}
</style>
border-color css
<style>
span { border-color: #B07CED; }
span { border-color: rgb(176,124,237); }
td.TdClassName
{
border-color: #B07CED;
}
.TagClassName
{
border-color: #B07CED;
}
</style>