Shades of Medium Purple #B37BFD
Tints of Medium Purple #B37BFD
RGB
CMYK
RGB Variations
Color information
#B37BFD (or 0xB37BFD) is known color: Medium Purple. HEX triplet: B3, 7B and FD. RGB value is (179,123,253). Sum of RGB (Red+Green+Blue) = 179+123+253=555 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.25% from 555); Green value is 123 (48.44% from 255 or 22.16% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #B37BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B37BFD is #4C8402. Grayscale: #9A9A9A. Windows color (decimal): -5014531 or 16612275. OLE color: 16612275.
HSL color Cylindrical-coordinate representation of color #B37BFD: hue angle of 265.85º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B37BFD is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 123 | 253 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.01 |
| HSL | 265.85º | 0.97% | 0.74% | - |
| HSV(B) | 265.85º | 0.51% | 0.99% | - |
| XYZ | 43.4 | 30.84 | 96.59 | - |
| YUV | 154.56 | 183.55 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 123 | 253 | 0.29 | 0.51 | 0 | 0.01 | 265.85 | 0.97 | 0.74 |
| Hex | B3 | 7B | FD | 1D | 33 | 0 | 1 | 10A | 61 | 4A |
| Octal | 263 | 173 | 375 | 35 | 63 | 0 | 1 | 412 | 141 | 112 |
| Binary | 10110011 | 1111011 | 11111101 | 11101 | 110011 | 0 | 1 | 100001010 | 1100001 | 1001010 |
Color Harmonies of #B37BFD
Complementary color
Monochromatic Colors of #B37BFD
Black with #B37BFD
Text Example
Text Example
White with #B37BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37BFD; }
p { color: rgb(179,123,253); }
H1.HeaderClassName
{
color: #B37BFD;
}
.AnyTagClassName
{
color: #B37BFD;
}
</style>
background-color css
<style>
a { background-color: #B37BFD; }
a { background-color: rgb(179,123,253); }
div.DivClassName
{
background-color: #B37BFD;
}
.BgClassName
{
background-color: #B37BFD;
}
</style>
border-color css
<style>
span { border-color: #B37BFD; }
span { border-color: rgb(179,123,253); }
td.TdClassName
{
border-color: #B37BFD;
}
.TagClassName
{
border-color: #B37BFD;
}
</style>