Shades of Medium Purple #B57BFD
Tints of Medium Purple #B57BFD
RGB
CMYK
RGB Variations
Color information
#B57BFD (or 0xB57BFD) is known color: Medium Purple. HEX triplet: B5, 7B and FD. RGB value is (181,123,253). Sum of RGB (Red+Green+Blue) = 181+123+253=557 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.50% from 557); Green value is 123 (48.44% from 255 or 22.08% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #B57BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57BFD is #4A8402. Grayscale: #9A9A9A. Windows color (decimal): -4883459 or 16612277. OLE color: 16612277.
HSL color Cylindrical-coordinate representation of color #B57BFD: hue angle of 266.77º 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 #B57BFD is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 181 | 123 | 253 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.01 |
| HSL | 266.77º | 0.97% | 0.74% | - |
| HSV(B) | 266.77º | 0.51% | 0.99% | - |
| XYZ | 43.87 | 31.08 | 96.62 | - |
| YUV | 155.16 | 183.22 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 123 | 253 | 0.28 | 0.51 | 0 | 0.01 | 266.77 | 0.97 | 0.74 |
| Hex | B5 | 7B | FD | 1C | 33 | 0 | 1 | 10B | 61 | 4A |
| Octal | 265 | 173 | 375 | 34 | 63 | 0 | 1 | 413 | 141 | 112 |
| Binary | 10110101 | 1111011 | 11111101 | 11100 | 110011 | 0 | 1 | 100001011 | 1100001 | 1001010 |
Color Harmonies of #B57BFD
Complementary color
Monochromatic Colors of #B57BFD
Black with #B57BFD
Text Example
Text Example
White with #B57BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57BFD; }
p { color: rgb(181,123,253); }
H1.HeaderClassName
{
color: #B57BFD;
}
.AnyTagClassName
{
color: #B57BFD;
}
</style>
background-color css
<style>
a { background-color: #B57BFD; }
a { background-color: rgb(181,123,253); }
div.DivClassName
{
background-color: #B57BFD;
}
.BgClassName
{
background-color: #B57BFD;
}
</style>
border-color css
<style>
span { border-color: #B57BFD; }
span { border-color: rgb(181,123,253); }
td.TdClassName
{
border-color: #B57BFD;
}
.TagClassName
{
border-color: #B57BFD;
}
</style>