Shades of Medium Purple #B367F7
Tints of Medium Purple #B367F7
RGB
CMYK
RGB Variations
Color information
#B367F7 (or 0xB367F7) is known color: Medium Purple. HEX triplet: B3, 67 and F7. RGB value is (179,103,247). Sum of RGB (Red+Green+Blue) = 179+103+247=529 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.84% from 529); Green value is 103 (40.62% from 255 or 19.47% from 529); Blue value is 247 (96.88% from 255 or 46.69% from 529); Max value from RGB is 247 - color contains mainly: blue. Hex color #B367F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B367F7 is #4C9808. Grayscale: #8D8D8D. Windows color (decimal): -5019657 or 16213939. OLE color: 16213939.
HSL color Cylindrical-coordinate representation of color #B367F7: hue angle of 271.67º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B367F7 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 179 | 103 | 247 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.03 |
| HSL | 271.67º | 0.9% | 0.69% | - |
| HSV(B) | 271.67º | 0.58% | 0.97% | - |
| XYZ | 40.23 | 26 | 90.89 | - |
| YUV | 142.14 | 187.18 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 247 | 0.28 | 0.58 | 0 | 0.03 | 271.67 | 0.9 | 0.69 |
| Hex | B3 | 67 | F7 | 1C | 3A | 0 | 3 | 110 | 5A | 45 |
| Octal | 263 | 147 | 367 | 34 | 72 | 0 | 3 | 420 | 132 | 105 |
| Binary | 10110011 | 1100111 | 11110111 | 11100 | 111010 | 0 | 11 | 100010000 | 1011010 | 1000101 |
Color Harmonies of #B367F7
Complementary color
Monochromatic Colors of #B367F7
Black with #B367F7
Text Example
Text Example
White with #B367F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B367F7; }
p { color: rgb(179,103,247); }
H1.HeaderClassName
{
color: #B367F7;
}
.AnyTagClassName
{
color: #B367F7;
}
</style>
background-color css
<style>
a { background-color: #B367F7; }
a { background-color: rgb(179,103,247); }
div.DivClassName
{
background-color: #B367F7;
}
.BgClassName
{
background-color: #B367F7;
}
</style>
border-color css
<style>
span { border-color: #B367F7; }
span { border-color: rgb(179,103,247); }
td.TdClassName
{
border-color: #B367F7;
}
.TagClassName
{
border-color: #B367F7;
}
</style>