Shades of Medium Purple #B07BFC
Tints of Medium Purple #B07BFC
RGB
CMYK
RGB Variations
Color information
#B07BFC (or 0xB07BFC) is known color: Medium Purple. HEX triplet: B0, 7B and FC. RGB value is (176,123,252). Sum of RGB (Red+Green+Blue) = 176+123+252=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 123 (48.44% from 255 or 22.32% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #B07BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07BFC is #4F8403. Grayscale: #999999. Windows color (decimal): -5211140 or 16546736. OLE color: 16546736.
HSL color Cylindrical-coordinate representation of color #B07BFC: hue angle of 264.65º degrees, saturation: 0.96, 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 #B07BFC is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 123 | 252 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.01 |
| HSL | 264.65º | 0.96% | 0.74% | - |
| HSV(B) | 264.65º | 0.51% | 0.99% | - |
| XYZ | 42.56 | 30.42 | 95.72 | - |
| YUV | 153.55 | 183.56 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 123 | 252 | 0.30 | 0.51 | 0 | 0.01 | 264.65 | 0.96 | 0.74 |
| Hex | B0 | 7B | FC | 1E | 33 | 0 | 1 | 109 | 60 | 4A |
| Octal | 260 | 173 | 374 | 36 | 63 | 0 | 1 | 411 | 140 | 112 |
| Binary | 10110000 | 1111011 | 11111100 | 11110 | 110011 | 0 | 1 | 100001001 | 1100000 | 1001010 |
Color Harmonies of #B07BFC
Complementary color
Monochromatic Colors of #B07BFC
Black with #B07BFC
Text Example
Text Example
White with #B07BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07BFC; }
p { color: rgb(176,123,252); }
H1.HeaderClassName
{
color: #B07BFC;
}
.AnyTagClassName
{
color: #B07BFC;
}
</style>
background-color css
<style>
a { background-color: #B07BFC; }
a { background-color: rgb(176,123,252); }
div.DivClassName
{
background-color: #B07BFC;
}
.BgClassName
{
background-color: #B07BFC;
}
</style>
border-color css
<style>
span { border-color: #B07BFC; }
span { border-color: rgb(176,123,252); }
td.TdClassName
{
border-color: #B07BFC;
}
.TagClassName
{
border-color: #B07BFC;
}
</style>