Shades of Medium Purple #B671F0
Tints of Medium Purple #B671F0
RGB
CMYK
RGB Variations
Color information
#B671F0 (or 0xB671F0) is known color: Medium Purple. HEX triplet: B6, 71 and F0. RGB value is (182,113,240). Sum of RGB (Red+Green+Blue) = 182+113+240=535 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.02% from 535); Green value is 113 (44.53% from 255 or 21.12% from 535); Blue value is 240 (94.14% from 255 or 44.86% from 535); Max value from RGB is 240 - color contains mainly: blue. Hex color #B671F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B671F0 is #498E0F. Grayscale: #939393. Windows color (decimal): -4820496 or 15757750. OLE color: 15757750.
HSL color Cylindrical-coordinate representation of color #B671F0: hue angle of 272.6º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B671F0 is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 182 | 113 | 240 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.06 |
| HSL | 272.6º | 0.81% | 0.69% | - |
| HSV(B) | 272.6º | 0.53% | 0.94% | - |
| XYZ | 40.92 | 28.05 | 85.69 | - |
| YUV | 148.11 | 179.86 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 113 | 240 | 0.24 | 0.53 | 0 | 0.06 | 272.6 | 0.81 | 0.69 |
| Hex | B6 | 71 | F0 | 18 | 35 | 0 | 6 | 111 | 51 | 45 |
| Octal | 266 | 161 | 360 | 30 | 65 | 0 | 6 | 421 | 121 | 105 |
| Binary | 10110110 | 1110001 | 11110000 | 11000 | 110101 | 0 | 110 | 100010001 | 1010001 | 1000101 |
Color Harmonies of #B671F0
Complementary color
Monochromatic Colors of #B671F0
Black with #B671F0
Text Example
Text Example
White with #B671F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B671F0; }
p { color: rgb(182,113,240); }
H1.HeaderClassName
{
color: #B671F0;
}
.AnyTagClassName
{
color: #B671F0;
}
</style>
background-color css
<style>
a { background-color: #B671F0; }
a { background-color: rgb(182,113,240); }
div.DivClassName
{
background-color: #B671F0;
}
.BgClassName
{
background-color: #B671F0;
}
</style>
border-color css
<style>
span { border-color: #B671F0; }
span { border-color: rgb(182,113,240); }
td.TdClassName
{
border-color: #B671F0;
}
.TagClassName
{
border-color: #B671F0;
}
</style>