Shades of Medium Purple #B27AF0
Tints of Medium Purple #B27AF0
RGB
CMYK
RGB Variations
Color information
#B27AF0 (or 0xB27AF0) is known color: Medium Purple. HEX triplet: B2, 7A and F0. RGB value is (178,122,240). Sum of RGB (Red+Green+Blue) = 178+122+240=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 122 (48.05% from 255 or 22.59% from 540); Blue value is 240 (94.14% from 255 or 44.44% from 540); Max value from RGB is 240 - color contains mainly: blue. Hex color #B27AF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27AF0 is #4D850F. Grayscale: #979797. Windows color (decimal): -5080336 or 15760050. OLE color: 15760050.
HSL color Cylindrical-coordinate representation of color #B27AF0: hue angle of 268.47º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B27AF0 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 122 | 240 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.06 |
| HSL | 268.47º | 0.8% | 0.71% | - |
| HSV(B) | 268.47º | 0.49% | 0.94% | - |
| XYZ | 41.05 | 29.68 | 86 | - |
| YUV | 152.2 | 177.55 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 122 | 240 | 0.26 | 0.49 | 0 | 0.06 | 268.47 | 0.8 | 0.71 |
| Hex | B2 | 7A | F0 | 1A | 31 | 0 | 6 | 10C | 50 | 47 |
| Octal | 262 | 172 | 360 | 32 | 61 | 0 | 6 | 414 | 120 | 107 |
| Binary | 10110010 | 1111010 | 11110000 | 11010 | 110001 | 0 | 110 | 100001100 | 1010000 | 1000111 |
Color Harmonies of #B27AF0
Complementary color
Monochromatic Colors of #B27AF0
Black with #B27AF0
Text Example
Text Example
White with #B27AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27AF0; }
p { color: rgb(178,122,240); }
H1.HeaderClassName
{
color: #B27AF0;
}
.AnyTagClassName
{
color: #B27AF0;
}
</style>
background-color css
<style>
a { background-color: #B27AF0; }
a { background-color: rgb(178,122,240); }
div.DivClassName
{
background-color: #B27AF0;
}
.BgClassName
{
background-color: #B27AF0;
}
</style>
border-color css
<style>
span { border-color: #B27AF0; }
span { border-color: rgb(178,122,240); }
td.TdClassName
{
border-color: #B27AF0;
}
.TagClassName
{
border-color: #B27AF0;
}
</style>