Shades of Medium Purple #B07BF6
Tints of Medium Purple #B07BF6
RGB
CMYK
RGB Variations
Color information
#B07BF6 (or 0xB07BF6) is known color: Medium Purple. HEX triplet: B0, 7B and F6. RGB value is (176,123,246). Sum of RGB (Red+Green+Blue) = 176+123+246=545 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.29% from 545); Green value is 123 (48.44% from 255 or 22.57% from 545); Blue value is 246 (96.48% from 255 or 45.14% from 545); Max value from RGB is 246 - color contains mainly: blue. Hex color #B07BF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07BF6 is #4F8409. Grayscale: #989898. Windows color (decimal): -5211146 or 16153520. OLE color: 16153520.
HSL color Cylindrical-coordinate representation of color #B07BF6: hue angle of 265.85º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B07BF6 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 123 | 246 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.04 |
| HSL | 265.85º | 0.87% | 0.72% | - |
| HSV(B) | 265.85º | 0.5% | 0.96% | - |
| XYZ | 41.62 | 30.05 | 90.8 | - |
| YUV | 152.87 | 180.56 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 123 | 246 | 0.28 | 0.50 | 0 | 0.04 | 265.85 | 0.87 | 0.72 |
| Hex | B0 | 7B | F6 | 1C | 32 | 0 | 4 | 10A | 57 | 48 |
| Octal | 260 | 173 | 366 | 34 | 62 | 0 | 4 | 412 | 127 | 110 |
| Binary | 10110000 | 1111011 | 11110110 | 11100 | 110010 | 0 | 100 | 100001010 | 1010111 | 1001000 |
Color Harmonies of #B07BF6
Complementary color
Monochromatic Colors of #B07BF6
Black with #B07BF6
Text Example
Text Example
White with #B07BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07BF6; }
p { color: rgb(176,123,246); }
H1.HeaderClassName
{
color: #B07BF6;
}
.AnyTagClassName
{
color: #B07BF6;
}
</style>
background-color css
<style>
a { background-color: #B07BF6; }
a { background-color: rgb(176,123,246); }
div.DivClassName
{
background-color: #B07BF6;
}
.BgClassName
{
background-color: #B07BF6;
}
</style>
border-color css
<style>
span { border-color: #B07BF6; }
span { border-color: rgb(176,123,246); }
td.TdClassName
{
border-color: #B07BF6;
}
.TagClassName
{
border-color: #B07BF6;
}
</style>