Shades of Medium Purple #B07BFF
Tints of Medium Purple #B07BFF
RGB
CMYK
RGB Variations
Color information
#B07BFF (or 0xB07BFF) is known color: Medium Purple. HEX triplet: B0, 7B and FF. RGB value is (176,123,255). Sum of RGB (Red+Green+Blue) = 176+123+255=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 123 (48.44% from 255 or 22.20% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #B07BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07BFF is #4F8400. Grayscale: #999999. Windows color (decimal): -5211137 or 16743344. OLE color: 16743344.
HSL color Cylindrical-coordinate representation of color #B07BFF: hue angle of 264.09º 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 #B07BFF is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 123 | 255 | - |
| CMYK | 0.31 | 0.52 | 0 | 0 |
| HSL | 264.09º | 1% | 0.74% | - |
| HSV(B) | 264.09º | 0.52% | 1% | - |
| XYZ | 43.04 | 30.62 | 98.25 | - |
| YUV | 153.9 | 185.06 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 123 | 255 | 0.31 | 0.52 | 0 | 0 | 264.09 | 1 | 0.74 |
| Hex | B0 | 7B | FF | 1F | 34 | 0 | 0 | 108 | 64 | 4A |
| Octal | 260 | 173 | 377 | 37 | 64 | 0 | 0 | 410 | 144 | 112 |
| Binary | 10110000 | 1111011 | 11111111 | 11111 | 110100 | 0 | 0 | 100001000 | 1100100 | 1001010 |
Color Harmonies of #B07BFF
Complementary color
Monochromatic Colors of #B07BFF
Black with #B07BFF
Text Example
Text Example
White with #B07BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07BFF; }
p { color: rgb(176,123,255); }
H1.HeaderClassName
{
color: #B07BFF;
}
.AnyTagClassName
{
color: #B07BFF;
}
</style>
background-color css
<style>
a { background-color: #B07BFF; }
a { background-color: rgb(176,123,255); }
div.DivClassName
{
background-color: #B07BFF;
}
.BgClassName
{
background-color: #B07BFF;
}
</style>
border-color css
<style>
span { border-color: #B07BFF; }
span { border-color: rgb(176,123,255); }
td.TdClassName
{
border-color: #B07BFF;
}
.TagClassName
{
border-color: #B07BFF;
}
</style>