Shades of Medium Purple #B37DF3
Tints of Medium Purple #B37DF3
RGB
CMYK
RGB Variations
Color information
#B37DF3 (or 0xB37DF3) is known color: Medium Purple. HEX triplet: B3, 7D and F3. RGB value is (179,125,243). Sum of RGB (Red+Green+Blue) = 179+125+243=547 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.72% from 547); Green value is 125 (49.22% from 255 or 22.85% from 547); Blue value is 243 (95.31% from 255 or 44.42% from 547); Max value from RGB is 243 - color contains mainly: blue. Hex color #B37DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37DF3 is #4C820C. Grayscale: #9A9A9A. Windows color (decimal): -5014029 or 15957427. OLE color: 15957427.
HSL color Cylindrical-coordinate representation of color #B37DF3: hue angle of 267.46º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B37DF3 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 125 | 243 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.05 |
| HSL | 267.46º | 0.83% | 0.72% | - |
| HSV(B) | 267.46º | 0.49% | 0.95% | - |
| XYZ | 42.1 | 30.72 | 88.5 | - |
| YUV | 154.6 | 177.89 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 125 | 243 | 0.26 | 0.49 | 0 | 0.05 | 267.46 | 0.83 | 0.72 |
| Hex | B3 | 7D | F3 | 1A | 31 | 0 | 5 | 10B | 53 | 48 |
| Octal | 263 | 175 | 363 | 32 | 61 | 0 | 5 | 413 | 123 | 110 |
| Binary | 10110011 | 1111101 | 11110011 | 11010 | 110001 | 0 | 101 | 100001011 | 1010011 | 1001000 |
Color Harmonies of #B37DF3
Complementary color
Monochromatic Colors of #B37DF3
Black with #B37DF3
Text Example
Text Example
White with #B37DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37DF3; }
p { color: rgb(179,125,243); }
H1.HeaderClassName
{
color: #B37DF3;
}
.AnyTagClassName
{
color: #B37DF3;
}
</style>
background-color css
<style>
a { background-color: #B37DF3; }
a { background-color: rgb(179,125,243); }
div.DivClassName
{
background-color: #B37DF3;
}
.BgClassName
{
background-color: #B37DF3;
}
</style>
border-color css
<style>
span { border-color: #B37DF3; }
span { border-color: rgb(179,125,243); }
td.TdClassName
{
border-color: #B37DF3;
}
.TagClassName
{
border-color: #B37DF3;
}
</style>