Shades of Medium Purple #B367FB
Tints of Medium Purple #B367FB
RGB
CMYK
RGB Variations
Color information
#B367FB (or 0xB367FB) is known color: Medium Purple. HEX triplet: B3, 67 and FB. RGB value is (179,103,251). Sum of RGB (Red+Green+Blue) = 179+103+251=533 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.58% from 533); Green value is 103 (40.62% from 255 or 19.32% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #B367FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B367FB is #4C9804. Grayscale: #8E8E8E. Windows color (decimal): -5019653 or 16476083. OLE color: 16476083.
HSL color Cylindrical-coordinate representation of color #B367FB: hue angle of 270.81º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B367FB is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 103 | 251 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.02 |
| HSL | 270.81º | 0.95% | 0.69% | - |
| HSV(B) | 270.81º | 0.59% | 0.98% | - |
| XYZ | 40.85 | 26.25 | 94.18 | - |
| YUV | 142.6 | 189.18 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 103 | 251 | 0.29 | 0.59 | 0 | 0.02 | 270.81 | 0.95 | 0.69 |
| Hex | B3 | 67 | FB | 1D | 3B | 0 | 2 | 10F | 5F | 45 |
| Octal | 263 | 147 | 373 | 35 | 73 | 0 | 2 | 417 | 137 | 105 |
| Binary | 10110011 | 1100111 | 11111011 | 11101 | 111011 | 0 | 10 | 100001111 | 1011111 | 1000101 |
Color Harmonies of #B367FB
Complementary color
Monochromatic Colors of #B367FB
Black with #B367FB
Text Example
Text Example
White with #B367FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B367FB; }
p { color: rgb(179,103,251); }
H1.HeaderClassName
{
color: #B367FB;
}
.AnyTagClassName
{
color: #B367FB;
}
</style>
background-color css
<style>
a { background-color: #B367FB; }
a { background-color: rgb(179,103,251); }
div.DivClassName
{
background-color: #B367FB;
}
.BgClassName
{
background-color: #B367FB;
}
</style>
border-color css
<style>
span { border-color: #B367FB; }
span { border-color: rgb(179,103,251); }
td.TdClassName
{
border-color: #B367FB;
}
.TagClassName
{
border-color: #B367FB;
}
</style>