Shades of Medium Purple #B07DF0
Tints of Medium Purple #B07DF0
RGB
CMYK
RGB Variations
Color information
#B07DF0 (or 0xB07DF0) is known color: Medium Purple. HEX triplet: B0, 7D and F0. RGB value is (176,125,240). Sum of RGB (Red+Green+Blue) = 176+125+240=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 240 (94.14% from 255 or 44.36% from 541); Max value from RGB is 240 - color contains mainly: blue. Hex color #B07DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07DF0 is #4F820F. Grayscale: #989898. Windows color (decimal): -5210640 or 15760816. OLE color: 15760816.
HSL color Cylindrical-coordinate representation of color #B07DF0: hue angle of 266.61º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B07DF0 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 125 | 240 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.06 |
| HSL | 266.61º | 0.79% | 0.72% | - |
| HSV(B) | 266.61º | 0.48% | 0.94% | - |
| XYZ | 40.97 | 30.19 | 86.11 | - |
| YUV | 153.36 | 176.9 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 125 | 240 | 0.27 | 0.48 | 0 | 0.06 | 266.61 | 0.79 | 0.72 |
| Hex | B0 | 7D | F0 | 1B | 30 | 0 | 6 | 10B | 4F | 48 |
| Octal | 260 | 175 | 360 | 33 | 60 | 0 | 6 | 413 | 117 | 110 |
| Binary | 10110000 | 1111101 | 11110000 | 11011 | 110000 | 0 | 110 | 100001011 | 1001111 | 1001000 |
Color Harmonies of #B07DF0
Complementary color
Monochromatic Colors of #B07DF0
Black with #B07DF0
Text Example
Text Example
White with #B07DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07DF0; }
p { color: rgb(176,125,240); }
H1.HeaderClassName
{
color: #B07DF0;
}
.AnyTagClassName
{
color: #B07DF0;
}
</style>
background-color css
<style>
a { background-color: #B07DF0; }
a { background-color: rgb(176,125,240); }
div.DivClassName
{
background-color: #B07DF0;
}
.BgClassName
{
background-color: #B07DF0;
}
</style>
border-color css
<style>
span { border-color: #B07DF0; }
span { border-color: rgb(176,125,240); }
td.TdClassName
{
border-color: #B07DF0;
}
.TagClassName
{
border-color: #B07DF0;
}
</style>