Shades of Medium Purple #B37CFE
Tints of Medium Purple #B37CFE
RGB
CMYK
RGB Variations
Color information
#B37CFE (or 0xB37CFE) is known color: Medium Purple. HEX triplet: B3, 7C and FE. RGB value is (179,124,254). Sum of RGB (Red+Green+Blue) = 179+124+254=557 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.14% from 557); Green value is 124 (48.83% from 255 or 22.26% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #B37CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37CFE is #4C8301. Grayscale: #9A9A9A. Windows color (decimal): -5014274 or 16678067. OLE color: 16678067.
HSL color Cylindrical-coordinate representation of color #B37CFE: hue angle of 265.38º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B37CFE is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 124 | 254 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.00 |
| HSL | 265.38º | 0.98% | 0.74% | - |
| HSV(B) | 265.38º | 0.51% | 1% | - |
| XYZ | 43.69 | 31.15 | 97.48 | - |
| YUV | 155.27 | 183.72 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 124 | 254 | 0.30 | 0.51 | 0 | 0.00 | 265.38 | 0.98 | 0.74 |
| Hex | B3 | 7C | FE | 1E | 33 | 0 | 0 | 109 | 62 | 4A |
| Octal | 263 | 174 | 376 | 36 | 63 | 0 | 0 | 411 | 142 | 112 |
| Binary | 10110011 | 1111100 | 11111110 | 11110 | 110011 | 0 | 0 | 100001001 | 1100010 | 1001010 |
Color Harmonies of #B37CFE
Complementary color
Monochromatic Colors of #B37CFE
Black with #B37CFE
Text Example
Text Example
White with #B37CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37CFE; }
p { color: rgb(179,124,254); }
H1.HeaderClassName
{
color: #B37CFE;
}
.AnyTagClassName
{
color: #B37CFE;
}
</style>
background-color css
<style>
a { background-color: #B37CFE; }
a { background-color: rgb(179,124,254); }
div.DivClassName
{
background-color: #B37CFE;
}
.BgClassName
{
background-color: #B37CFE;
}
</style>
border-color css
<style>
span { border-color: #B37CFE; }
span { border-color: rgb(179,124,254); }
td.TdClassName
{
border-color: #B37CFE;
}
.TagClassName
{
border-color: #B37CFE;
}
</style>