Shades of Medium Purple #B07CFD
Tints of Medium Purple #B07CFD
RGB
CMYK
RGB Variations
Color information
#B07CFD (or 0xB07CFD) is known color: Medium Purple. HEX triplet: B0, 7C and FD. RGB value is (176,124,253). Sum of RGB (Red+Green+Blue) = 176+124+253=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 124 (48.83% from 255 or 22.42% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #B07CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07CFD is #4F8302. Grayscale: #999999. Windows color (decimal): -5210883 or 16612528. OLE color: 16612528.
HSL color Cylindrical-coordinate representation of color #B07CFD: hue angle of 264.19º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B07CFD is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 124 | 253 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.01 |
| HSL | 264.19º | 0.97% | 0.74% | - |
| HSV(B) | 264.19º | 0.51% | 0.99% | - |
| XYZ | 42.84 | 30.74 | 96.6 | - |
| YUV | 154.25 | 183.73 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 124 | 253 | 0.30 | 0.51 | 0 | 0.01 | 264.19 | 0.97 | 0.74 |
| Hex | B0 | 7C | FD | 1E | 33 | 0 | 1 | 108 | 61 | 4A |
| Octal | 260 | 174 | 375 | 36 | 63 | 0 | 1 | 410 | 141 | 112 |
| Binary | 10110000 | 1111100 | 11111101 | 11110 | 110011 | 0 | 1 | 100001000 | 1100001 | 1001010 |
Color Harmonies of #B07CFD
Complementary color
Monochromatic Colors of #B07CFD
Black with #B07CFD
Text Example
Text Example
White with #B07CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07CFD; }
p { color: rgb(176,124,253); }
H1.HeaderClassName
{
color: #B07CFD;
}
.AnyTagClassName
{
color: #B07CFD;
}
</style>
background-color css
<style>
a { background-color: #B07CFD; }
a { background-color: rgb(176,124,253); }
div.DivClassName
{
background-color: #B07CFD;
}
.BgClassName
{
background-color: #B07CFD;
}
</style>
border-color css
<style>
span { border-color: #B07CFD; }
span { border-color: rgb(176,124,253); }
td.TdClassName
{
border-color: #B07CFD;
}
.TagClassName
{
border-color: #B07CFD;
}
</style>