Shades of Medium Purple #B27BFC
Tints of Medium Purple #B27BFC
RGB
CMYK
RGB Variations
Color information
#B27BFC (or 0xB27BFC) is known color: Medium Purple. HEX triplet: B2, 7B and FC. RGB value is (178,123,252). Sum of RGB (Red+Green+Blue) = 178+123+252=553 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.19% from 553); Green value is 123 (48.44% from 255 or 22.24% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #B27BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27BFC is #4D8403. Grayscale: #999999. Windows color (decimal): -5080068 or 16546738. OLE color: 16546738.
HSL color Cylindrical-coordinate representation of color #B27BFC: hue angle of 265.58º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B27BFC is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 123 | 252 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.01 |
| HSL | 265.58º | 0.96% | 0.74% | - |
| HSV(B) | 265.58º | 0.51% | 0.99% | - |
| XYZ | 43.01 | 30.66 | 95.75 | - |
| YUV | 154.15 | 183.22 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 123 | 252 | 0.29 | 0.51 | 0 | 0.01 | 265.58 | 0.96 | 0.74 |
| Hex | B2 | 7B | FC | 1D | 33 | 0 | 1 | 10A | 60 | 4A |
| Octal | 262 | 173 | 374 | 35 | 63 | 0 | 1 | 412 | 140 | 112 |
| Binary | 10110010 | 1111011 | 11111100 | 11101 | 110011 | 0 | 1 | 100001010 | 1100000 | 1001010 |
Color Harmonies of #B27BFC
Complementary color
Monochromatic Colors of #B27BFC
Black with #B27BFC
Text Example
Text Example
White with #B27BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27BFC; }
p { color: rgb(178,123,252); }
H1.HeaderClassName
{
color: #B27BFC;
}
.AnyTagClassName
{
color: #B27BFC;
}
</style>
background-color css
<style>
a { background-color: #B27BFC; }
a { background-color: rgb(178,123,252); }
div.DivClassName
{
background-color: #B27BFC;
}
.BgClassName
{
background-color: #B27BFC;
}
</style>
border-color css
<style>
span { border-color: #B27BFC; }
span { border-color: rgb(178,123,252); }
td.TdClassName
{
border-color: #B27BFC;
}
.TagClassName
{
border-color: #B27BFC;
}
</style>