Shades of Medium Purple #B07BFD
Tints of Medium Purple #B07BFD
RGB
CMYK
RGB Variations
Color information
#B07BFD (or 0xB07BFD) is known color: Medium Purple. HEX triplet: B0, 7B and FD. RGB value is (176,123,253). Sum of RGB (Red+Green+Blue) = 176+123+253=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 123 (48.44% from 255 or 22.28% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #B07BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07BFD is #4F8402. Grayscale: #999999. Windows color (decimal): -5211139 or 16612272. OLE color: 16612272.
HSL color Cylindrical-coordinate representation of color #B07BFD: hue angle of 264.46º 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 #B07BFD is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 123 | 253 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.01 |
| HSL | 264.46º | 0.97% | 0.74% | - |
| HSV(B) | 264.46º | 0.51% | 0.99% | - |
| XYZ | 42.72 | 30.49 | 96.56 | - |
| YUV | 153.67 | 184.06 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 123 | 253 | 0.30 | 0.51 | 0 | 0.01 | 264.46 | 0.97 | 0.74 |
| Hex | B0 | 7B | FD | 1E | 33 | 0 | 1 | 108 | 61 | 4A |
| Octal | 260 | 173 | 375 | 36 | 63 | 0 | 1 | 410 | 141 | 112 |
| Binary | 10110000 | 1111011 | 11111101 | 11110 | 110011 | 0 | 1 | 100001000 | 1100001 | 1001010 |
Color Harmonies of #B07BFD
Complementary color
Monochromatic Colors of #B07BFD
Black with #B07BFD
Text Example
Text Example
White with #B07BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07BFD; }
p { color: rgb(176,123,253); }
H1.HeaderClassName
{
color: #B07BFD;
}
.AnyTagClassName
{
color: #B07BFD;
}
</style>
background-color css
<style>
a { background-color: #B07BFD; }
a { background-color: rgb(176,123,253); }
div.DivClassName
{
background-color: #B07BFD;
}
.BgClassName
{
background-color: #B07BFD;
}
</style>
border-color css
<style>
span { border-color: #B07BFD; }
span { border-color: rgb(176,123,253); }
td.TdClassName
{
border-color: #B07BFD;
}
.TagClassName
{
border-color: #B07BFD;
}
</style>