Shades of Medium Purple #B075FE
Tints of Medium Purple #B075FE
RGB
CMYK
RGB Variations
Color information
#B075FE (or 0xB075FE) is known color: Medium Purple. HEX triplet: B0, 75 and FE. RGB value is (176,117,254). Sum of RGB (Red+Green+Blue) = 176+117+254=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 117 (46.09% from 255 or 21.39% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #B075FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B075FE is #4F8A01. Grayscale: #959595. Windows color (decimal): -5212674 or 16676272. OLE color: 16676272.
HSL color Cylindrical-coordinate representation of color #B075FE: hue angle of 265.84º 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 #B075FE is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 117 | 254 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.00 |
| HSL | 265.84º | 0.99% | 0.73% | - |
| HSV(B) | 265.84º | 0.54% | 1% | - |
| XYZ | 42.16 | 29.11 | 97.16 | - |
| YUV | 150.26 | 186.55 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 117 | 254 | 0.31 | 0.54 | 0 | 0.00 | 265.84 | 0.99 | 0.73 |
| Hex | B0 | 75 | FE | 1F | 36 | 0 | 0 | 10A | 63 | 49 |
| Octal | 260 | 165 | 376 | 37 | 66 | 0 | 0 | 412 | 143 | 111 |
| Binary | 10110000 | 1110101 | 11111110 | 11111 | 110110 | 0 | 0 | 100001010 | 1100011 | 1001001 |
Color Harmonies of #B075FE
Complementary color
Monochromatic Colors of #B075FE
Black with #B075FE
Text Example
Text Example
White with #B075FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B075FE; }
p { color: rgb(176,117,254); }
H1.HeaderClassName
{
color: #B075FE;
}
.AnyTagClassName
{
color: #B075FE;
}
</style>
background-color css
<style>
a { background-color: #B075FE; }
a { background-color: rgb(176,117,254); }
div.DivClassName
{
background-color: #B075FE;
}
.BgClassName
{
background-color: #B075FE;
}
</style>
border-color css
<style>
span { border-color: #B075FE; }
span { border-color: rgb(176,117,254); }
td.TdClassName
{
border-color: #B075FE;
}
.TagClassName
{
border-color: #B075FE;
}
</style>