Shades of Medium Purple #B07AFF
Tints of Medium Purple #B07AFF
RGB
CMYK
RGB Variations
Color information
#B07AFF (or 0xB07AFF) is known color: Medium Purple. HEX triplet: B0, 7A and FF. RGB value is (176,122,255). Sum of RGB (Red+Green+Blue) = 176+122+255=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 122 (48.05% from 255 or 22.06% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #B07AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07AFF is #4F8500. Grayscale: #989898. Windows color (decimal): -5211393 or 16743088. OLE color: 16743088.
HSL color Cylindrical-coordinate representation of color #B07AFF: hue angle of 264.36º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B07AFF is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 122 | 255 | - |
| CMYK | 0.31 | 0.52 | 0 | 0 |
| HSL | 264.36º | 1% | 0.74% | - |
| HSV(B) | 264.36º | 0.52% | 1% | - |
| XYZ | 42.91 | 30.37 | 98.21 | - |
| YUV | 153.31 | 185.39 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 122 | 255 | 0.31 | 0.52 | 0 | 0 | 264.36 | 1 | 0.74 |
| Hex | B0 | 7A | FF | 1F | 34 | 0 | 0 | 108 | 64 | 4A |
| Octal | 260 | 172 | 377 | 37 | 64 | 0 | 0 | 410 | 144 | 112 |
| Binary | 10110000 | 1111010 | 11111111 | 11111 | 110100 | 0 | 0 | 100001000 | 1100100 | 1001010 |
Color Harmonies of #B07AFF
Complementary color
Monochromatic Colors of #B07AFF
Black with #B07AFF
Text Example
Text Example
White with #B07AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07AFF; }
p { color: rgb(176,122,255); }
H1.HeaderClassName
{
color: #B07AFF;
}
.AnyTagClassName
{
color: #B07AFF;
}
</style>
background-color css
<style>
a { background-color: #B07AFF; }
a { background-color: rgb(176,122,255); }
div.DivClassName
{
background-color: #B07AFF;
}
.BgClassName
{
background-color: #B07AFF;
}
</style>
border-color css
<style>
span { border-color: #B07AFF; }
span { border-color: rgb(176,122,255); }
td.TdClassName
{
border-color: #B07AFF;
}
.TagClassName
{
border-color: #B07AFF;
}
</style>