Shades of Medium Purple #B367FC
Tints of Medium Purple #B367FC
RGB
CMYK
RGB Variations
Color information
#B367FC (or 0xB367FC) is known color: Medium Purple. HEX triplet: B3, 67 and FC. RGB value is (179,103,252). Sum of RGB (Red+Green+Blue) = 179+103+252=534 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.52% from 534); Green value is 103 (40.62% from 255 or 19.29% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #B367FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B367FC is #4C9803. Grayscale: #8E8E8E. Windows color (decimal): -5019652 or 16541619. OLE color: 16541619.
HSL color Cylindrical-coordinate representation of color #B367FC: hue angle of 270.6º degrees, saturation: 0.96, 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 #B367FC is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 103 | 252 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.01 |
| HSL | 270.6º | 0.96% | 0.7% | - |
| HSV(B) | 270.6º | 0.59% | 0.99% | - |
| XYZ | 41.01 | 26.31 | 95.01 | - |
| YUV | 142.71 | 189.68 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 252 | 0.29 | 0.59 | 0 | 0.01 | 270.6 | 0.96 | 0.7 |
| Hex | B3 | 67 | FC | 1D | 3B | 0 | 1 | 10F | 60 | 46 |
| Octal | 263 | 147 | 374 | 35 | 73 | 0 | 1 | 417 | 140 | 106 |
| Binary | 10110011 | 1100111 | 11111100 | 11101 | 111011 | 0 | 1 | 100001111 | 1100000 | 1000110 |
Color Harmonies of #B367FC
Complementary color
Monochromatic Colors of #B367FC
Black with #B367FC
Text Example
Text Example
White with #B367FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B367FC; }
p { color: rgb(179,103,252); }
H1.HeaderClassName
{
color: #B367FC;
}
.AnyTagClassName
{
color: #B367FC;
}
</style>
background-color css
<style>
a { background-color: #B367FC; }
a { background-color: rgb(179,103,252); }
div.DivClassName
{
background-color: #B367FC;
}
.BgClassName
{
background-color: #B367FC;
}
</style>
border-color css
<style>
span { border-color: #B367FC; }
span { border-color: rgb(179,103,252); }
td.TdClassName
{
border-color: #B367FC;
}
.TagClassName
{
border-color: #B367FC;
}
</style>