Shades of Medium Purple #B07BF4
Tints of Medium Purple #B07BF4
RGB
CMYK
RGB Variations
Color information
#B07BF4 (or 0xB07BF4) is known color: Medium Purple. HEX triplet: B0, 7B and F4. RGB value is (176,123,244). Sum of RGB (Red+Green+Blue) = 176+123+244=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 123 (48.44% from 255 or 22.65% from 543); Blue value is 244 (95.70% from 255 or 44.94% from 543); Max value from RGB is 244 - color contains mainly: blue. Hex color #B07BF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07BF4 is #4F840B. Grayscale: #989898. Windows color (decimal): -5211148 or 16022448. OLE color: 16022448.
HSL color Cylindrical-coordinate representation of color #B07BF4: hue angle of 266.28º degrees, saturation: 0.85, 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 #B07BF4 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 123 | 244 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.04 |
| HSL | 266.28º | 0.85% | 0.72% | - |
| HSV(B) | 266.28º | 0.5% | 0.96% | - |
| XYZ | 41.32 | 29.93 | 89.19 | - |
| YUV | 152.64 | 179.56 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 123 | 244 | 0.28 | 0.50 | 0 | 0.04 | 266.28 | 0.85 | 0.72 |
| Hex | B0 | 7B | F4 | 1C | 32 | 0 | 4 | 10A | 55 | 48 |
| Octal | 260 | 173 | 364 | 34 | 62 | 0 | 4 | 412 | 125 | 110 |
| Binary | 10110000 | 1111011 | 11110100 | 11100 | 110010 | 0 | 100 | 100001010 | 1010101 | 1001000 |
Color Harmonies of #B07BF4
Complementary color
Monochromatic Colors of #B07BF4
Black with #B07BF4
Text Example
Text Example
White with #B07BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07BF4; }
p { color: rgb(176,123,244); }
H1.HeaderClassName
{
color: #B07BF4;
}
.AnyTagClassName
{
color: #B07BF4;
}
</style>
background-color css
<style>
a { background-color: #B07BF4; }
a { background-color: rgb(176,123,244); }
div.DivClassName
{
background-color: #B07BF4;
}
.BgClassName
{
background-color: #B07BF4;
}
</style>
border-color css
<style>
span { border-color: #B07BF4; }
span { border-color: rgb(176,123,244); }
td.TdClassName
{
border-color: #B07BF4;
}
.TagClassName
{
border-color: #B07BF4;
}
</style>