Shades of Medium Purple #B073FE
Tints of Medium Purple #B073FE
RGB
CMYK
RGB Variations
Color information
#B073FE (or 0xB073FE) is known color: Medium Purple. HEX triplet: B0, 73 and FE. RGB value is (176,115,254). Sum of RGB (Red+Green+Blue) = 176+115+254=545 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.29% from 545); Green value is 115 (45.31% from 255 or 21.10% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #B073FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B073FE is #4F8C01. Grayscale: #949494. Windows color (decimal): -5213186 or 16675760. OLE color: 16675760.
HSL color Cylindrical-coordinate representation of color #B073FE: hue angle of 266.33º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B073FE is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 115 | 254 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.00 |
| HSL | 266.33º | 0.99% | 0.72% | - |
| HSV(B) | 266.33º | 0.55% | 1% | - |
| XYZ | 41.92 | 28.65 | 97.09 | - |
| YUV | 149.09 | 187.21 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 115 | 254 | 0.31 | 0.55 | 0 | 0.00 | 266.33 | 0.99 | 0.72 |
| Hex | B0 | 73 | FE | 1F | 37 | 0 | 0 | 10A | 63 | 48 |
| Octal | 260 | 163 | 376 | 37 | 67 | 0 | 0 | 412 | 143 | 110 |
| Binary | 10110000 | 1110011 | 11111110 | 11111 | 110111 | 0 | 0 | 100001010 | 1100011 | 1001000 |
Color Harmonies of #B073FE
Complementary color
Monochromatic Colors of #B073FE
Black with #B073FE
Text Example
Text Example
White with #B073FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B073FE; }
p { color: rgb(176,115,254); }
H1.HeaderClassName
{
color: #B073FE;
}
.AnyTagClassName
{
color: #B073FE;
}
</style>
background-color css
<style>
a { background-color: #B073FE; }
a { background-color: rgb(176,115,254); }
div.DivClassName
{
background-color: #B073FE;
}
.BgClassName
{
background-color: #B073FE;
}
</style>
border-color css
<style>
span { border-color: #B073FE; }
span { border-color: rgb(176,115,254); }
td.TdClassName
{
border-color: #B073FE;
}
.TagClassName
{
border-color: #B073FE;
}
</style>