Shades of Medium Purple #B274FE
Tints of Medium Purple #B274FE
RGB
CMYK
RGB Variations
Color information
#B274FE (or 0xB274FE) is known color: Medium Purple. HEX triplet: B2, 74 and FE. RGB value is (178,116,254). Sum of RGB (Red+Green+Blue) = 178+116+254=548 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.48% from 548); Green value is 116 (45.70% from 255 or 21.17% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #B274FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B274FE is #4D8B01. Grayscale: #959595. Windows color (decimal): -5081858 or 16676018. OLE color: 16676018.
HSL color Cylindrical-coordinate representation of color #B274FE: hue angle of 266.96º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B274FE is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 116 | 254 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.00 |
| HSL | 266.96º | 0.99% | 0.73% | - |
| HSV(B) | 266.96º | 0.54% | 1% | - |
| XYZ | 42.49 | 29.11 | 97.15 | - |
| YUV | 150.27 | 186.54 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 116 | 254 | 0.30 | 0.54 | 0 | 0.00 | 266.96 | 0.99 | 0.73 |
| Hex | B2 | 74 | FE | 1E | 36 | 0 | 0 | 10B | 63 | 49 |
| Octal | 262 | 164 | 376 | 36 | 66 | 0 | 0 | 413 | 143 | 111 |
| Binary | 10110010 | 1110100 | 11111110 | 11110 | 110110 | 0 | 0 | 100001011 | 1100011 | 1001001 |
Color Harmonies of #B274FE
Complementary color
Monochromatic Colors of #B274FE
Black with #B274FE
Text Example
Text Example
White with #B274FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B274FE; }
p { color: rgb(178,116,254); }
H1.HeaderClassName
{
color: #B274FE;
}
.AnyTagClassName
{
color: #B274FE;
}
</style>
background-color css
<style>
a { background-color: #B274FE; }
a { background-color: rgb(178,116,254); }
div.DivClassName
{
background-color: #B274FE;
}
.BgClassName
{
background-color: #B274FE;
}
</style>
border-color css
<style>
span { border-color: #B274FE; }
span { border-color: rgb(178,116,254); }
td.TdClassName
{
border-color: #B274FE;
}
.TagClassName
{
border-color: #B274FE;
}
</style>