Shades of Medium Purple #B367FD
Tints of Medium Purple #B367FD
RGB
CMYK
RGB Variations
Color information
#B367FD (or 0xB367FD) is known color: Medium Purple. HEX triplet: B3, 67 and FD. RGB value is (179,103,253). Sum of RGB (Red+Green+Blue) = 179+103+253=535 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.46% from 535); Green value is 103 (40.62% from 255 or 19.25% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #B367FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B367FD is #4C9802. Grayscale: #8E8E8E. Windows color (decimal): -5019651 or 16607155. OLE color: 16607155.
HSL color Cylindrical-coordinate representation of color #B367FD: hue angle of 270.4º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B367FD is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 103 | 253 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.01 |
| HSL | 270.4º | 0.97% | 0.7% | - |
| HSV(B) | 270.4º | 0.59% | 0.99% | - |
| XYZ | 41.17 | 26.38 | 95.85 | - |
| YUV | 142.82 | 190.18 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 253 | 0.29 | 0.59 | 0 | 0.01 | 270.4 | 0.97 | 0.7 |
| Hex | B3 | 67 | FD | 1D | 3B | 0 | 1 | 10E | 61 | 46 |
| Octal | 263 | 147 | 375 | 35 | 73 | 0 | 1 | 416 | 141 | 106 |
| Binary | 10110011 | 1100111 | 11111101 | 11101 | 111011 | 0 | 1 | 100001110 | 1100001 | 1000110 |
Color Harmonies of #B367FD
Complementary color
Monochromatic Colors of #B367FD
Black with #B367FD
Text Example
Text Example
White with #B367FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B367FD; }
p { color: rgb(179,103,253); }
H1.HeaderClassName
{
color: #B367FD;
}
.AnyTagClassName
{
color: #B367FD;
}
</style>
background-color css
<style>
a { background-color: #B367FD; }
a { background-color: rgb(179,103,253); }
div.DivClassName
{
background-color: #B367FD;
}
.BgClassName
{
background-color: #B367FD;
}
</style>
border-color css
<style>
span { border-color: #B367FD; }
span { border-color: rgb(179,103,253); }
td.TdClassName
{
border-color: #B367FD;
}
.TagClassName
{
border-color: #B367FD;
}
</style>