Shades of Medium Purple #B365FB
Tints of Medium Purple #B365FB
RGB
CMYK
RGB Variations
Color information
#B365FB (or 0xB365FB) is known color: Medium Purple. HEX triplet: B3, 65 and FB. RGB value is (179,101,251). Sum of RGB (Red+Green+Blue) = 179+101+251=531 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.71% from 531); Green value is 101 (39.84% from 255 or 19.02% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: blue. Hex color #B365FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B365FB is #4C9A04. Grayscale: #8C8C8C. Windows color (decimal): -5020165 or 16475571. OLE color: 16475571.
HSL color Cylindrical-coordinate representation of color #B365FB: hue angle of 271.2º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B365FB is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 101 | 251 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.02 |
| HSL | 271.2º | 0.95% | 0.69% | - |
| HSV(B) | 271.2º | 0.6% | 0.98% | - |
| XYZ | 40.66 | 25.86 | 94.11 | - |
| YUV | 141.42 | 189.84 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 101 | 251 | 0.29 | 0.60 | 0 | 0.02 | 271.2 | 0.95 | 0.69 |
| Hex | B3 | 65 | FB | 1D | 3C | 0 | 2 | 10F | 5F | 45 |
| Octal | 263 | 145 | 373 | 35 | 74 | 0 | 2 | 417 | 137 | 105 |
| Binary | 10110011 | 1100101 | 11111011 | 11101 | 111100 | 0 | 10 | 100001111 | 1011111 | 1000101 |
Color Harmonies of #B365FB
Complementary color
Monochromatic Colors of #B365FB
Black with #B365FB
Text Example
Text Example
White with #B365FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B365FB; }
p { color: rgb(179,101,251); }
H1.HeaderClassName
{
color: #B365FB;
}
.AnyTagClassName
{
color: #B365FB;
}
</style>
background-color css
<style>
a { background-color: #B365FB; }
a { background-color: rgb(179,101,251); }
div.DivClassName
{
background-color: #B365FB;
}
.BgClassName
{
background-color: #B365FB;
}
</style>
border-color css
<style>
span { border-color: #B365FB; }
span { border-color: rgb(179,101,251); }
td.TdClassName
{
border-color: #B365FB;
}
.TagClassName
{
border-color: #B365FB;
}
</style>