Shades of Medium Purple #B37CED
Tints of Medium Purple #B37CED
RGB
CMYK
RGB Variations
Color information
#B37CED (or 0xB37CED) is known color: Medium Purple. HEX triplet: B3, 7C and ED. RGB value is (179,124,237). Sum of RGB (Red+Green+Blue) = 179+124+237=540 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.15% from 540); Green value is 124 (48.83% from 255 or 22.96% from 540); Blue value is 237 (92.97% from 255 or 43.89% from 540); Max value from RGB is 237 - color contains mainly: blue. Hex color #B37CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37CED is #4C8312. Grayscale: #989898. Windows color (decimal): -5014291 or 15563955. OLE color: 15563955.
HSL color Cylindrical-coordinate representation of color #B37CED: hue angle of 269.2º 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 #B37CED is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 124 | 237 | - |
| CMYK | 0.24 | 0.48 | 0 | 0.07 |
| HSL | 269.2º | 0.76% | 0.71% | - |
| HSV(B) | 269.2º | 0.48% | 0.93% | - |
| XYZ | 41.08 | 30.11 | 83.77 | - |
| YUV | 153.33 | 175.22 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 124 | 237 | 0.24 | 0.48 | 0 | 0.07 | 269.2 | 0.76 | 0.71 |
| Hex | B3 | 7C | ED | 18 | 30 | 0 | 7 | 10D | 4C | 47 |
| Octal | 263 | 174 | 355 | 30 | 60 | 0 | 7 | 415 | 114 | 107 |
| Binary | 10110011 | 1111100 | 11101101 | 11000 | 110000 | 0 | 111 | 100001101 | 1001100 | 1000111 |
Color Harmonies of #B37CED
Complementary color
Monochromatic Colors of #B37CED
Black with #B37CED
Text Example
Text Example
White with #B37CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37CED; }
p { color: rgb(179,124,237); }
H1.HeaderClassName
{
color: #B37CED;
}
.AnyTagClassName
{
color: #B37CED;
}
</style>
background-color css
<style>
a { background-color: #B37CED; }
a { background-color: rgb(179,124,237); }
div.DivClassName
{
background-color: #B37CED;
}
.BgClassName
{
background-color: #B37CED;
}
</style>
border-color css
<style>
span { border-color: #B37CED; }
span { border-color: rgb(179,124,237); }
td.TdClassName
{
border-color: #B37CED;
}
.TagClassName
{
border-color: #B37CED;
}
</style>