Shades of Medium Purple #B374FE
Tints of Medium Purple #B374FE
RGB
CMYK
RGB Variations
Color information
#B374FE (or 0xB374FE) is known color: Medium Purple. HEX triplet: B3, 74 and FE. RGB value is (179,116,254). Sum of RGB (Red+Green+Blue) = 179+116+254=549 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.60% from 549); Green value is 116 (45.70% from 255 or 21.13% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #B374FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B374FE is #4C8B01. Grayscale: #969696. Windows color (decimal): -5016322 or 16676019. OLE color: 16676019.
HSL color Cylindrical-coordinate representation of color #B374FE: hue angle of 267.39º 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 #B374FE is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 116 | 254 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.00 |
| HSL | 267.39º | 0.99% | 0.73% | - |
| HSV(B) | 267.39º | 0.54% | 1% | - |
| XYZ | 42.73 | 29.23 | 97.16 | - |
| YUV | 150.57 | 186.37 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 116 | 254 | 0.30 | 0.54 | 0 | 0.00 | 267.39 | 0.99 | 0.73 |
| Hex | B3 | 74 | FE | 1E | 36 | 0 | 0 | 10B | 63 | 49 |
| Octal | 263 | 164 | 376 | 36 | 66 | 0 | 0 | 413 | 143 | 111 |
| Binary | 10110011 | 1110100 | 11111110 | 11110 | 110110 | 0 | 0 | 100001011 | 1100011 | 1001001 |
Color Harmonies of #B374FE
Complementary color
Monochromatic Colors of #B374FE
Black with #B374FE
Text Example
Text Example
White with #B374FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B374FE; }
p { color: rgb(179,116,254); }
H1.HeaderClassName
{
color: #B374FE;
}
.AnyTagClassName
{
color: #B374FE;
}
</style>
background-color css
<style>
a { background-color: #B374FE; }
a { background-color: rgb(179,116,254); }
div.DivClassName
{
background-color: #B374FE;
}
.BgClassName
{
background-color: #B374FE;
}
</style>
border-color css
<style>
span { border-color: #B374FE; }
span { border-color: rgb(179,116,254); }
td.TdClassName
{
border-color: #B374FE;
}
.TagClassName
{
border-color: #B374FE;
}
</style>