Shades of Medium Purple #B37BF4
Tints of Medium Purple #B37BF4
RGB
CMYK
RGB Variations
Color information
#B37BF4 (or 0xB37BF4) is known color: Medium Purple. HEX triplet: B3, 7B and F4. RGB value is (179,123,244). Sum of RGB (Red+Green+Blue) = 179+123+244=546 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.78% from 546); Green value is 123 (48.44% from 255 or 22.53% from 546); Blue value is 244 (95.70% from 255 or 44.69% from 546); Max value from RGB is 244 - color contains mainly: blue. Hex color #B37BF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37BF4 is #4C840B. Grayscale: #999999. Windows color (decimal): -5014540 or 16022451. OLE color: 16022451.
HSL color Cylindrical-coordinate representation of color #B37BF4: hue angle of 267.77º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B37BF4 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 179 | 123 | 244 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.04 |
| HSL | 267.77º | 0.85% | 0.72% | - |
| HSV(B) | 267.77º | 0.5% | 0.96% | - |
| XYZ | 42 | 30.28 | 89.22 | - |
| YUV | 153.54 | 179.05 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 123 | 244 | 0.27 | 0.50 | 0 | 0.04 | 267.77 | 0.85 | 0.72 |
| Hex | B3 | 7B | F4 | 1B | 32 | 0 | 4 | 10C | 55 | 48 |
| Octal | 263 | 173 | 364 | 33 | 62 | 0 | 4 | 414 | 125 | 110 |
| Binary | 10110011 | 1111011 | 11110100 | 11011 | 110010 | 0 | 100 | 100001100 | 1010101 | 1001000 |
Color Harmonies of #B37BF4
Complementary color
Monochromatic Colors of #B37BF4
Black with #B37BF4
Text Example
Text Example
White with #B37BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37BF4; }
p { color: rgb(179,123,244); }
H1.HeaderClassName
{
color: #B37BF4;
}
.AnyTagClassName
{
color: #B37BF4;
}
</style>
background-color css
<style>
a { background-color: #B37BF4; }
a { background-color: rgb(179,123,244); }
div.DivClassName
{
background-color: #B37BF4;
}
.BgClassName
{
background-color: #B37BF4;
}
</style>
border-color css
<style>
span { border-color: #B37BF4; }
span { border-color: rgb(179,123,244); }
td.TdClassName
{
border-color: #B37BF4;
}
.TagClassName
{
border-color: #B37BF4;
}
</style>