Shades of Medium Purple #B07CF4
Tints of Medium Purple #B07CF4
RGB
CMYK
RGB Variations
Color information
#B07CF4 (or 0xB07CF4) is known color: Medium Purple. HEX triplet: B0, 7C and F4. RGB value is (176,124,244). Sum of RGB (Red+Green+Blue) = 176+124+244=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 124 (48.83% from 255 or 22.79% from 544); Blue value is 244 (95.70% from 255 or 44.85% from 544); Max value from RGB is 244 - color contains mainly: blue. Hex color #B07CF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07CF4 is #4F830B. Grayscale: #989898. Windows color (decimal): -5210892 or 16022704. OLE color: 16022704.
HSL color Cylindrical-coordinate representation of color #B07CF4: hue angle of 266º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B07CF4 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 124 | 244 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.04 |
| HSL | 266º | 0.85% | 0.72% | - |
| HSV(B) | 266º | 0.49% | 0.96% | - |
| XYZ | 41.44 | 30.18 | 89.23 | - |
| YUV | 153.23 | 179.23 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 124 | 244 | 0.28 | 0.49 | 0 | 0.04 | 266 | 0.85 | 0.72 |
| Hex | B0 | 7C | F4 | 1C | 31 | 0 | 4 | 10A | 55 | 48 |
| Octal | 260 | 174 | 364 | 34 | 61 | 0 | 4 | 412 | 125 | 110 |
| Binary | 10110000 | 1111100 | 11110100 | 11100 | 110001 | 0 | 100 | 100001010 | 1010101 | 1001000 |
Color Harmonies of #B07CF4
Complementary color
Monochromatic Colors of #B07CF4
Black with #B07CF4
Text Example
Text Example
White with #B07CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07CF4; }
p { color: rgb(176,124,244); }
H1.HeaderClassName
{
color: #B07CF4;
}
.AnyTagClassName
{
color: #B07CF4;
}
</style>
background-color css
<style>
a { background-color: #B07CF4; }
a { background-color: rgb(176,124,244); }
div.DivClassName
{
background-color: #B07CF4;
}
.BgClassName
{
background-color: #B07CF4;
}
</style>
border-color css
<style>
span { border-color: #B07CF4; }
span { border-color: rgb(176,124,244); }
td.TdClassName
{
border-color: #B07CF4;
}
.TagClassName
{
border-color: #B07CF4;
}
</style>