Shades of Medium Purple #B37DFE
Tints of Medium Purple #B37DFE
RGB
CMYK
RGB Variations
Color information
#B37DFE (or 0xB37DFE) is known color: Medium Purple. HEX triplet: B3, 7D and FE. RGB value is (179,125,254). Sum of RGB (Red+Green+Blue) = 179+125+254=558 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.08% from 558); Green value is 125 (49.22% from 255 or 22.40% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #B37DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37DFE is #4C8201. Grayscale: #9B9B9B. Windows color (decimal): -5014018 or 16678323. OLE color: 16678323.
HSL color Cylindrical-coordinate representation of color #B37DFE: hue angle of 265.12º 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 #B37DFE is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 125 | 254 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.00 |
| HSL | 265.12º | 0.98% | 0.74% | - |
| HSV(B) | 265.12º | 0.51% | 1% | - |
| XYZ | 43.81 | 31.41 | 97.52 | - |
| YUV | 155.85 | 183.39 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 125 | 254 | 0.30 | 0.51 | 0 | 0.00 | 265.12 | 0.98 | 0.74 |
| Hex | B3 | 7D | FE | 1E | 33 | 0 | 0 | 109 | 62 | 4A |
| Octal | 263 | 175 | 376 | 36 | 63 | 0 | 0 | 411 | 142 | 112 |
| Binary | 10110011 | 1111101 | 11111110 | 11110 | 110011 | 0 | 0 | 100001001 | 1100010 | 1001010 |
Color Harmonies of #B37DFE
Complementary color
Monochromatic Colors of #B37DFE
Black with #B37DFE
Text Example
Text Example
White with #B37DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37DFE; }
p { color: rgb(179,125,254); }
H1.HeaderClassName
{
color: #B37DFE;
}
.AnyTagClassName
{
color: #B37DFE;
}
</style>
background-color css
<style>
a { background-color: #B37DFE; }
a { background-color: rgb(179,125,254); }
div.DivClassName
{
background-color: #B37DFE;
}
.BgClassName
{
background-color: #B37DFE;
}
</style>
border-color css
<style>
span { border-color: #B37DFE; }
span { border-color: rgb(179,125,254); }
td.TdClassName
{
border-color: #B37DFE;
}
.TagClassName
{
border-color: #B37DFE;
}
</style>