Shades of Medium Purple #B27BF4
Tints of Medium Purple #B27BF4
RGB
CMYK
RGB Variations
Color information
#B27BF4 (or 0xB27BF4) is known color: Medium Purple. HEX triplet: B2, 7B and F4. RGB value is (178,123,244). Sum of RGB (Red+Green+Blue) = 178+123+244=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 123 (48.44% from 255 or 22.57% from 545); Blue value is 244 (95.70% from 255 or 44.77% from 545); Max value from RGB is 244 - color contains mainly: blue. Hex color #B27BF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27BF4 is #4D840B. Grayscale: #989898. Windows color (decimal): -5080076 or 16022450. OLE color: 16022450.
HSL color Cylindrical-coordinate representation of color #B27BF4: hue angle of 267.27º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B27BF4 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 123 | 244 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.04 |
| HSL | 267.27º | 0.85% | 0.72% | - |
| HSV(B) | 267.27º | 0.5% | 0.96% | - |
| XYZ | 41.77 | 30.16 | 89.21 | - |
| YUV | 153.24 | 179.22 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 123 | 244 | 0.27 | 0.50 | 0 | 0.04 | 267.27 | 0.85 | 0.72 |
| Hex | B2 | 7B | F4 | 1B | 32 | 0 | 4 | 10B | 55 | 48 |
| Octal | 262 | 173 | 364 | 33 | 62 | 0 | 4 | 413 | 125 | 110 |
| Binary | 10110010 | 1111011 | 11110100 | 11011 | 110010 | 0 | 100 | 100001011 | 1010101 | 1001000 |
Color Harmonies of #B27BF4
Complementary color
Monochromatic Colors of #B27BF4
Black with #B27BF4
Text Example
Text Example
White with #B27BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27BF4; }
p { color: rgb(178,123,244); }
H1.HeaderClassName
{
color: #B27BF4;
}
.AnyTagClassName
{
color: #B27BF4;
}
</style>
background-color css
<style>
a { background-color: #B27BF4; }
a { background-color: rgb(178,123,244); }
div.DivClassName
{
background-color: #B27BF4;
}
.BgClassName
{
background-color: #B27BF4;
}
</style>
border-color css
<style>
span { border-color: #B27BF4; }
span { border-color: rgb(178,123,244); }
td.TdClassName
{
border-color: #B27BF4;
}
.TagClassName
{
border-color: #B27BF4;
}
</style>