Shades of Medium Purple #B275FC
Tints of Medium Purple #B275FC
RGB
CMYK
RGB Variations
Color information
#B275FC (or 0xB275FC) is known color: Medium Purple. HEX triplet: B2, 75 and FC. RGB value is (178,117,252). Sum of RGB (Red+Green+Blue) = 178+117+252=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 117 (46.09% from 255 or 21.39% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #B275FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B275FC is #4D8A03. Grayscale: #969696. Windows color (decimal): -5081604 or 16545202. OLE color: 16545202.
HSL color Cylindrical-coordinate representation of color #B275FC: hue angle of 267.11º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B275FC is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 117 | 252 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.01 |
| HSL | 267.11º | 0.96% | 0.72% | - |
| HSV(B) | 267.11º | 0.54% | 0.99% | - |
| XYZ | 42.29 | 29.22 | 95.51 | - |
| YUV | 150.63 | 185.21 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 117 | 252 | 0.29 | 0.54 | 0 | 0.01 | 267.11 | 0.96 | 0.72 |
| Hex | B2 | 75 | FC | 1D | 36 | 0 | 1 | 10B | 60 | 48 |
| Octal | 262 | 165 | 374 | 35 | 66 | 0 | 1 | 413 | 140 | 110 |
| Binary | 10110010 | 1110101 | 11111100 | 11101 | 110110 | 0 | 1 | 100001011 | 1100000 | 1001000 |
Color Harmonies of #B275FC
Complementary color
Monochromatic Colors of #B275FC
Black with #B275FC
Text Example
Text Example
White with #B275FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B275FC; }
p { color: rgb(178,117,252); }
H1.HeaderClassName
{
color: #B275FC;
}
.AnyTagClassName
{
color: #B275FC;
}
</style>
background-color css
<style>
a { background-color: #B275FC; }
a { background-color: rgb(178,117,252); }
div.DivClassName
{
background-color: #B275FC;
}
.BgClassName
{
background-color: #B275FC;
}
</style>
border-color css
<style>
span { border-color: #B275FC; }
span { border-color: rgb(178,117,252); }
td.TdClassName
{
border-color: #B275FC;
}
.TagClassName
{
border-color: #B275FC;
}
</style>