Shades of Medium Purple #B46DF1
Tints of Medium Purple #B46DF1
RGB
CMYK
RGB Variations
Color information
#B46DF1 (or 0xB46DF1) is known color: Medium Purple. HEX triplet: B4, 6D and F1. RGB value is (180,109,241). Sum of RGB (Red+Green+Blue) = 180+109+241=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 109 (42.97% from 255 or 20.57% from 530); Blue value is 241 (94.53% from 255 or 45.47% from 530); Max value from RGB is 241 - color contains mainly: blue. Hex color #B46DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B46DF1 is #4B920E. Grayscale: #909090. Windows color (decimal): -4952591 or 15822260. OLE color: 15822260.
HSL color Cylindrical-coordinate representation of color #B46DF1: hue angle of 272.27º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B46DF1 is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 109 | 241 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.05 |
| HSL | 272.27º | 0.83% | 0.69% | - |
| HSV(B) | 272.27º | 0.55% | 0.95% | - |
| XYZ | 40.17 | 26.99 | 86.31 | - |
| YUV | 145.28 | 182.02 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 109 | 241 | 0.25 | 0.55 | 0 | 0.05 | 272.27 | 0.83 | 0.69 |
| Hex | B4 | 6D | F1 | 19 | 37 | 0 | 5 | 110 | 52 | 45 |
| Octal | 264 | 155 | 361 | 31 | 67 | 0 | 5 | 420 | 122 | 105 |
| Binary | 10110100 | 1101101 | 11110001 | 11001 | 110111 | 0 | 101 | 100010000 | 1010010 | 1000101 |
Color Harmonies of #B46DF1
Complementary color
Monochromatic Colors of #B46DF1
Black with #B46DF1
Text Example
Text Example
White with #B46DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B46DF1; }
p { color: rgb(180,109,241); }
H1.HeaderClassName
{
color: #B46DF1;
}
.AnyTagClassName
{
color: #B46DF1;
}
</style>
background-color css
<style>
a { background-color: #B46DF1; }
a { background-color: rgb(180,109,241); }
div.DivClassName
{
background-color: #B46DF1;
}
.BgClassName
{
background-color: #B46DF1;
}
</style>
border-color css
<style>
span { border-color: #B46DF1; }
span { border-color: rgb(180,109,241); }
td.TdClassName
{
border-color: #B46DF1;
}
.TagClassName
{
border-color: #B46DF1;
}
</style>