Shades of Medium Purple #B57CFB
Tints of Medium Purple #B57CFB
RGB
CMYK
RGB Variations
Color information
#B57CFB (or 0xB57CFB) is known color: Medium Purple. HEX triplet: B5, 7C and FB. RGB value is (181,124,251). Sum of RGB (Red+Green+Blue) = 181+124+251=556 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.55% from 556); Green value is 124 (48.83% from 255 or 22.30% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #B57CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B57CFB is #4A8304. Grayscale: #9B9B9B. Windows color (decimal): -4883205 or 16481461. OLE color: 16481461.
HSL color Cylindrical-coordinate representation of color #B57CFB: hue angle of 266.93º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B57CFB is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 124 | 251 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.02 |
| HSL | 266.93º | 0.94% | 0.74% | - |
| HSV(B) | 266.93º | 0.51% | 0.98% | - |
| XYZ | 43.68 | 31.2 | 94.99 | - |
| YUV | 155.52 | 181.88 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 124 | 251 | 0.28 | 0.51 | 0 | 0.02 | 266.93 | 0.94 | 0.74 |
| Hex | B5 | 7C | FB | 1C | 33 | 0 | 2 | 10B | 5E | 4A |
| Octal | 265 | 174 | 373 | 34 | 63 | 0 | 2 | 413 | 136 | 112 |
| Binary | 10110101 | 1111100 | 11111011 | 11100 | 110011 | 0 | 10 | 100001011 | 1011110 | 1001010 |
Color Harmonies of #B57CFB
Complementary color
Monochromatic Colors of #B57CFB
Black with #B57CFB
Text Example
Text Example
White with #B57CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57CFB; }
p { color: rgb(181,124,251); }
H1.HeaderClassName
{
color: #B57CFB;
}
.AnyTagClassName
{
color: #B57CFB;
}
</style>
background-color css
<style>
a { background-color: #B57CFB; }
a { background-color: rgb(181,124,251); }
div.DivClassName
{
background-color: #B57CFB;
}
.BgClassName
{
background-color: #B57CFB;
}
</style>
border-color css
<style>
span { border-color: #B57CFB; }
span { border-color: rgb(181,124,251); }
td.TdClassName
{
border-color: #B57CFB;
}
.TagClassName
{
border-color: #B57CFB;
}
</style>