Shades of Medium Purple #B27AFC
Tints of Medium Purple #B27AFC
RGB
CMYK
RGB Variations
Color information
#B27AFC (or 0xB27AFC) is known color: Medium Purple. HEX triplet: B2, 7A and FC. RGB value is (178,122,252). Sum of RGB (Red+Green+Blue) = 178+122+252=552 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.25% from 552); Green value is 122 (48.05% from 255 or 22.10% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #B27AFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27AFC is #4D8503. Grayscale: #999999. Windows color (decimal): -5080324 or 16546482. OLE color: 16546482.
HSL color Cylindrical-coordinate representation of color #B27AFC: hue angle of 265.85º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B27AFC is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 122 | 252 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.01 |
| HSL | 265.85º | 0.96% | 0.73% | - |
| HSV(B) | 265.85º | 0.52% | 0.99% | - |
| XYZ | 42.89 | 30.41 | 95.71 | - |
| YUV | 153.56 | 183.55 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 122 | 252 | 0.29 | 0.52 | 0 | 0.01 | 265.85 | 0.96 | 0.73 |
| Hex | B2 | 7A | FC | 1D | 34 | 0 | 1 | 10A | 60 | 49 |
| Octal | 262 | 172 | 374 | 35 | 64 | 0 | 1 | 412 | 140 | 111 |
| Binary | 10110010 | 1111010 | 11111100 | 11101 | 110100 | 0 | 1 | 100001010 | 1100000 | 1001001 |
Color Harmonies of #B27AFC
Complementary color
Monochromatic Colors of #B27AFC
Black with #B27AFC
Text Example
Text Example
White with #B27AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27AFC; }
p { color: rgb(178,122,252); }
H1.HeaderClassName
{
color: #B27AFC;
}
.AnyTagClassName
{
color: #B27AFC;
}
</style>
background-color css
<style>
a { background-color: #B27AFC; }
a { background-color: rgb(178,122,252); }
div.DivClassName
{
background-color: #B27AFC;
}
.BgClassName
{
background-color: #B27AFC;
}
</style>
border-color css
<style>
span { border-color: #B27AFC; }
span { border-color: rgb(178,122,252); }
td.TdClassName
{
border-color: #B27AFC;
}
.TagClassName
{
border-color: #B27AFC;
}
</style>