Shades of Medium Purple #B06CFB
Tints of Medium Purple #B06CFB
RGB
CMYK
RGB Variations
Color information
#B06CFB (or 0xB06CFB) is known color: Medium Purple. HEX triplet: B0, 6C and FB. RGB value is (176,108,251). Sum of RGB (Red+Green+Blue) = 176+108+251=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 108 (42.58% from 255 or 20.19% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #B06CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06CFB is #4F9304. Grayscale: #909090. Windows color (decimal): -5214981 or 16477360. OLE color: 16477360.
HSL color Cylindrical-coordinate representation of color #B06CFB: hue angle of 268.53º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B06CFB is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 108 | 251 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.02 |
| HSL | 268.53º | 0.95% | 0.7% | - |
| HSV(B) | 268.53º | 0.57% | 0.98% | - |
| XYZ | 40.68 | 26.92 | 94.32 | - |
| YUV | 144.63 | 188.03 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 108 | 251 | 0.30 | 0.57 | 0 | 0.02 | 268.53 | 0.95 | 0.7 |
| Hex | B0 | 6C | FB | 1E | 39 | 0 | 2 | 10D | 5F | 46 |
| Octal | 260 | 154 | 373 | 36 | 71 | 0 | 2 | 415 | 137 | 106 |
| Binary | 10110000 | 1101100 | 11111011 | 11110 | 111001 | 0 | 10 | 100001101 | 1011111 | 1000110 |
Color Harmonies of #B06CFB
Complementary color
Monochromatic Colors of #B06CFB
Black with #B06CFB
Text Example
Text Example
White with #B06CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06CFB; }
p { color: rgb(176,108,251); }
H1.HeaderClassName
{
color: #B06CFB;
}
.AnyTagClassName
{
color: #B06CFB;
}
</style>
background-color css
<style>
a { background-color: #B06CFB; }
a { background-color: rgb(176,108,251); }
div.DivClassName
{
background-color: #B06CFB;
}
.BgClassName
{
background-color: #B06CFB;
}
</style>
border-color css
<style>
span { border-color: #B06CFB; }
span { border-color: rgb(176,108,251); }
td.TdClassName
{
border-color: #B06CFB;
}
.TagClassName
{
border-color: #B06CFB;
}
</style>