Shades of Medium Purple #B074FE
Tints of Medium Purple #B074FE
RGB
CMYK
RGB Variations
Color information
#B074FE (or 0xB074FE) is known color: Medium Purple. HEX triplet: B0, 74 and FE. RGB value is (176,116,254). Sum of RGB (Red+Green+Blue) = 176+116+254=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 116 (45.70% from 255 or 21.25% from 546); Blue value is 254 (99.61% from 255 or 46.52% from 546); Max value from RGB is 254 - color contains mainly: blue. Hex color #B074FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B074FE is #4F8B01. Grayscale: #959595. Windows color (decimal): -5212930 or 16676016. OLE color: 16676016.
HSL color Cylindrical-coordinate representation of color #B074FE: hue angle of 266.09º 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 #B074FE is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 116 | 254 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.00 |
| HSL | 266.09º | 0.99% | 0.73% | - |
| HSV(B) | 266.09º | 0.54% | 1% | - |
| XYZ | 42.04 | 28.88 | 97.12 | - |
| YUV | 149.67 | 186.88 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 116 | 254 | 0.31 | 0.54 | 0 | 0.00 | 266.09 | 0.99 | 0.73 |
| Hex | B0 | 74 | FE | 1F | 36 | 0 | 0 | 10A | 63 | 49 |
| Octal | 260 | 164 | 376 | 37 | 66 | 0 | 0 | 412 | 143 | 111 |
| Binary | 10110000 | 1110100 | 11111110 | 11111 | 110110 | 0 | 0 | 100001010 | 1100011 | 1001001 |
Color Harmonies of #B074FE
Complementary color
Monochromatic Colors of #B074FE
Black with #B074FE
Text Example
Text Example
White with #B074FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B074FE; }
p { color: rgb(176,116,254); }
H1.HeaderClassName
{
color: #B074FE;
}
.AnyTagClassName
{
color: #B074FE;
}
</style>
background-color css
<style>
a { background-color: #B074FE; }
a { background-color: rgb(176,116,254); }
div.DivClassName
{
background-color: #B074FE;
}
.BgClassName
{
background-color: #B074FE;
}
</style>
border-color css
<style>
span { border-color: #B074FE; }
span { border-color: rgb(176,116,254); }
td.TdClassName
{
border-color: #B074FE;
}
.TagClassName
{
border-color: #B074FE;
}
</style>