Shades of Medium Purple #B375FB
Tints of Medium Purple #B375FB
RGB
CMYK
RGB Variations
Color information
#B375FB (or 0xB375FB) is known color: Medium Purple. HEX triplet: B3, 75 and FB. RGB value is (179,117,251). Sum of RGB (Red+Green+Blue) = 179+117+251=547 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.72% from 547); Green value is 117 (46.09% from 255 or 21.39% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #B375FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B375FB is #4C8A04. Grayscale: #969696. Windows color (decimal): -5016069 or 16479667. OLE color: 16479667.
HSL color Cylindrical-coordinate representation of color #B375FB: hue angle of 267.76º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B375FB is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 117 | 251 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.02 |
| HSL | 267.76º | 0.94% | 0.72% | - |
| HSV(B) | 267.76º | 0.53% | 0.98% | - |
| XYZ | 42.36 | 29.27 | 94.68 | - |
| YUV | 150.81 | 184.54 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 117 | 251 | 0.29 | 0.53 | 0 | 0.02 | 267.76 | 0.94 | 0.72 |
| Hex | B3 | 75 | FB | 1D | 35 | 0 | 2 | 10C | 5E | 48 |
| Octal | 263 | 165 | 373 | 35 | 65 | 0 | 2 | 414 | 136 | 110 |
| Binary | 10110011 | 1110101 | 11111011 | 11101 | 110101 | 0 | 10 | 100001100 | 1011110 | 1001000 |
Color Harmonies of #B375FB
Complementary color
Monochromatic Colors of #B375FB
Black with #B375FB
Text Example
Text Example
White with #B375FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B375FB; }
p { color: rgb(179,117,251); }
H1.HeaderClassName
{
color: #B375FB;
}
.AnyTagClassName
{
color: #B375FB;
}
</style>
background-color css
<style>
a { background-color: #B375FB; }
a { background-color: rgb(179,117,251); }
div.DivClassName
{
background-color: #B375FB;
}
.BgClassName
{
background-color: #B375FB;
}
</style>
border-color css
<style>
span { border-color: #B375FB; }
span { border-color: rgb(179,117,251); }
td.TdClassName
{
border-color: #B375FB;
}
.TagClassName
{
border-color: #B375FB;
}
</style>